AccountOpeningInstructionV05

acmt.001.001.05

Scope An account owner, for example, an investor or its designated agent sends the AccountOpeningInstruction message to the account servicer, for example, a registrar, transfer agent or custodian to instruct the opening of an account or the opening of an account and establishing an investment plan. Usage The AccountOpeningInstruction is used to open an account directly or indirectly with the account servicer or an intermediary. In some markets, for example, Australia, and for some products in the United Kingdom, a first order (also known as a deposit instruction) is placed at the same time as the account opening. To cater for this scenario, an order message can be linked (via references in the message) to the AccountOpeningInstruction message when needed. Execution of the AccountOpeningInstruction is confirmed via an AccountDetailsConfirmation message.

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
%% AccountOpeningInstructionV05 recursion level 0 with max 0
AccountOpeningInstructionV05 *-- "1..1" MessageIdentification1 : MessageIdentification
AccountOpeningInstructionV05 *-- "0..1" InvestmentFundOrder4 : OrderReference
AccountOpeningInstructionV05 *-- "0..1" AdditionalReference3 : PreviousReference
AccountOpeningInstructionV05 *-- "1..1" InvestmentAccountOpening1 : InstructionDetails
AccountOpeningInstructionV05 *-- "1..1" InvestmentAccount37 : InvestmentAccount
AccountOpeningInstructionV05 *-- "1..1" AccountParties10 : AccountParties
AccountOpeningInstructionV05 *-- "0..10" Intermediary24 : Intermediaries
AccountOpeningInstructionV05 *-- "0..1" ReferredAgent1 : Placement
AccountOpeningInstructionV05 *-- "0..1" NewIssueAllocation2 : NewIssueAllocation
AccountOpeningInstructionV05 *-- "0..50" InvestmentPlan10 : SavingsInvestmentPlan
AccountOpeningInstructionV05 *-- "0..10" InvestmentPlan10 : WithdrawalInvestmentPlan
AccountOpeningInstructionV05 *-- "0..8" InvestmentFundCashSettlementInformation7 : CashSettlement
AccountOpeningInstructionV05 *-- "0..30" DocumentToSend2 : ServiceLevelAgreement
AccountOpeningInstructionV05 *-- "0..1" MarketPracticeVersion1 : MarketPracticeVersion
AccountOpeningInstructionV05 *-- "0..1" Extension1 : Extension
  

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

MessageIdentification building block

Identifies the message. 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

OrderReference building block

Identifies a related order. Identifies an order linked to an account opening. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% InvestmentFundOrder4 recursion level 0 with max 1
class InvestmentFundOrder4{
    OrderReference IsoMax35Text
    MasterReference IsoMax35Text
}
  

InvestmentFundOrder4 members

Member name Description Data Type / Multiplicity
OrderReference Unique and unambiguous identifier for an order, as assigned by the instructing party. IsoMax35Text - Optional 0..1
MasterReference Unique and unambiguous identifier for a group of individual orders, as assigned by the instructing party. This identifier links the individual orders together. IsoMax35Text - Optional 0..1

PreviousReference building block

Reference to a linked message that was previously sent. References a related message or provides another reference, such as a pool reference, linking a set of messages. The party which issued the related reference may be the Sender of the referenced message or a party other than the Sender. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AdditionalReference3 recursion level 0 with max 1
class AdditionalReference3{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer
%% IPartyIdentification2Choice recursion level 1 with max 1
  

AdditionalReference3 members

Member name Description Data Type / Multiplicity
Reference Business reference of a message assigned by the party issuing the message. This reference must be unique amongst all messages of the same name sent by the same party. IsoMax35Text - Required 1..1
ReferenceIssuer Issuer of the reference. IPartyIdentification2Choice - Optional 0..1
MessageName Name of a message. IsoMax35Text - Optional 0..1

InstructionDetails building block

Provides detailed information about the opening instruction. Provides information about the type of opening instruction and identification of the application request. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% InvestmentAccountOpening1 recursion level 0 with max 1
class InvestmentAccountOpening1{
    OpeningType AccountOpeningType1Code
    AccountApplicationIdentification IsoMax35Text
    ClientReference IsoMax35Text
}
InvestmentAccountOpening1 *-- "0..1" AdditionalReference2 : CounterpartyReference
%% AdditionalReference2 recursion level 1 with max 1
class AdditionalReference2{
    Reference IsoMax35Text
    MessageName IsoMax35Text
}
AdditionalReference2 *-- "0..1" IPartyIdentification1Choice : ReferenceIssuer
  

InvestmentAccountOpening1 members

Member name Description Data Type / Multiplicity
OpeningType Specifies if the account opening instruction is about a newly created account or a supplementary account. AccountOpeningType1Code - Required 1..1
AccountApplicationIdentification Unique and unambiguous identifier of the account opening request at application level. IsoMax35Text - Optional 0..1
ClientReference Unique and unambiguous investor’s identification of a transfer. IsoMax35Text - Optional 0..1
CounterpartyReference Unambiguous identification of the transfer as allocated by the counterparty. AdditionalReference2 - Optional 0..1

InvestmentAccount building block

Detailed information about the investment account to be opened. Account between an investor(s) and a fund manager or a fund. The account can contain holdings in any investment fund or investment fund class managed (or distributed) by the fund manager, within the same fund family. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% InvestmentAccount37 recursion level 0 with max 1
class InvestmentAccount37{
    Name IsoMax35Text
    Designation IsoMax35Text
    ReferenceCurrency ActiveCurrencyCode
    Language LanguageCode
    IncomePreference IncomePreference1Code
    TaxWithholdingMethod TaxWithholdingMethod2Code
    AccumulationRightReference IsoMax35Text
    RequiredSignatoriesNumber IsoNumber
    FundFamilyName IsoMax350Text
    ForeignStatusCertification Provided1Code
}
InvestmentAccount37 *-- "0..1" AccountIdentification1 : Identification
InvestmentAccount37 *-- "0..1" IAccountType1Choice : Type
InvestmentAccount37 *-- "1..1" IOwnershipType1Choice : OwnershipType
InvestmentAccount37 *-- "0..1" ITaxExemptionReason1Choice : TaxExemption
InvestmentAccount37 *-- "0..1" IStatementFrequencyReason1Choice : StatementFrequency
InvestmentAccount37 *-- "0..0" Reinvestment1 : ReinvestmentDetails
InvestmentAccount37 *-- "0..1" LetterIntent1 : LetterIntentDetails
InvestmentAccount37 *-- "0..0" FinancialInstrument29 : FundDetails
InvestmentAccount37 *-- "0..1" RoundingParameters1 : RoundingDetails
InvestmentAccount37 *-- "0..1" IPartyIdentification2Choice : AccountServicer
InvestmentAccount37 *-- "0..0" Blocked1 : BlockedStatus
InvestmentAccount37 *-- "0..1" IAccountUsageType1Choice : AccountUsageType
InvestmentAccount37 *-- "0..1" IDateAndDateTimeChoice : AccountSignatureDateTime
InvestmentAccount37 *-- "0..1" ITransactionChannelType1Choice : TransactionChannelType
InvestmentAccount37 *-- "0..1" IInvestmentAccountCategory1Choice : InvestmentAccountCategory
%% AccountIdentification1 recursion level 1 with max 1
AccountIdentification1 *-- "1..1" SimpleIdentificationInformation : Proprietary
%% IAccountType1Choice recursion level 1 with max 1
%% IOwnershipType1Choice recursion level 1 with max 1
%% ITaxExemptionReason1Choice recursion level 1 with max 1
%% IStatementFrequencyReason1Choice recursion level 1 with max 1
%% Reinvestment1 recursion level 1 with max 1
class Reinvestment1{
    RequestedNAVCurrency CurrencyCode
    ReinvestmentPercentage IsoPercentageRate
}
Reinvestment1 *-- "1..1" FinancialInstrument29 : FundDetails
%% LetterIntent1 recursion level 1 with max 1
class LetterIntent1{
    LetterIntentReference IsoMax35Text
    Amount IsoActiveCurrencyAnd13DecimalAmount
    StartDate IsoISODate
    EndDate IsoISODate
}
%% FinancialInstrument29 recursion level 1 with max 1
class FinancialInstrument29{
    Name IsoMax350Text
    SupplementaryIdentification IsoMax35Text
    ClassType IsoMax35Text
    SecuritiesForm FormOfSecurity1Code
    DistributionPolicy DistributionPolicy1Code
    ProductGroup IsoMax140Text
}
FinancialInstrument29 *-- "1..1" ISecurityIdentification3Choice : Identification
FinancialInstrument29 *-- "0..1" BlockedHoldingDetails1 : BlockedHoldingDetails
%% RoundingParameters1 recursion level 1 with max 1
class RoundingParameters1{
    RoundingModulus IsoDecimalNumber
    RoundingDirection RoundingDirection1Code
}
%% IPartyIdentification2Choice recursion level 1 with max 1
%% Blocked1 recursion level 1 with max 1
class Blocked1{
    Blocked IsoYesNoIndicator
}
Blocked1 *-- "1..0" IFundOrderType1Choice : OrderType
Blocked1 *-- "0..1" IBlockedReason1Choice : Reason
%% IAccountUsageType1Choice recursion level 1 with max 1
%% IDateAndDateTimeChoice recursion level 1 with max 1
%% ITransactionChannelType1Choice recursion level 1 with max 1
%% IInvestmentAccountCategory1Choice recursion level 1 with max 1
  

InvestmentAccount37 members

Member name Description Data Type / Multiplicity
Identification Unique and unambiguous identification for the account between the account owner and the account servicer. AccountIdentification1 - 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. IsoMax35Text - Optional 0..1
Designation Supplementary registration information applying to a specific block of units for dealing and reporting purposes. The supplementary registration information may be used when all the units are registered, for example, to a funds supermarket, but holdings for each investor have to reconciled individually. IsoMax35Text - Optional 0..1
Type Purpose of the account/source fund type. This is typically linked to an investment product, for example, wrapper, ISA. IAccountType1Choice - Optional 0..1
OwnershipType Ownership status of the account, for example, joint owners. IOwnershipType1Choice - Required 1..1
TaxExemption Tax advantage specific to the account. ITaxExemptionReason1Choice - Optional 0..1
StatementFrequency Frequency at which a statement is issued. IStatementFrequencyReason1Choice - Optional 0..1
ReferenceCurrency Currency chosen for reporting purposes by the account owner in agreement with the account servicer. ActiveCurrencyCode - Optional 0..1
Language Language for all communication concerning the account. LanguageCode - Optional 0..1
IncomePreference Dividend option chosen by the account owner based on the options offered in the prospectus. IncomePreference1Code - Optional 0..1
ReinvestmentDetails Specifies, for income on the fund that is to be reinvested, parameters for the reinvestment. If the reinvestment percentage is less than one hundred percent, the remaining percentage will be invested according to the investor’s subsequent instructions. Reinvestment1 - Unknown 0..0
TaxWithholdingMethod Method by which the tax (withholding tax) is to be processed i.e. either withheld at source or tax information reported to tax authorities or tax information is reported due to the provision of a tax certificate. TaxWithholdingMethod2Code - Optional 0..1
LetterIntentDetails Details of the letter of intent. LetterIntent1 - Optional 0..1
AccumulationRightReference Reference of an accumulation rights program, in which sales commissions are based on a customer’s present purchases of shares and the aggregate quantity previously purchased by the customer. An accumulation rights program is mainly used in the US market. IsoMax35Text - Optional 0..1
RequiredSignatoriesNumber Number of account owners or related parties required to authorise transactions on the account. IsoNumber - Optional 0..1
FundFamilyName Name of the investment fund family. IsoMax350Text - Optional 0..1
FundDetails Detailed information about the investment fund associated to the account. FinancialInstrument29 - Unknown 0..0
RoundingDetails Parameters to be applied on deal amount for orders when the amount is a fractional number. RoundingParameters1 - Optional 0..1
AccountServicer Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account. IPartyIdentification2Choice - Optional 0..1
BlockedStatus Specifies information about blocked accounts. Blocked1 - Unknown 0..0
AccountUsageType Specifies the type of usage of the account. IAccountUsageType1Choice - Optional 0..1
ForeignStatusCertification Specifies if documentary evidence has been provided for the foreign resident. Provided1Code - Optional 0..1
AccountSignatureDateTime Date the investor signs the open account form. IDateAndDateTimeChoice - Optional 0..1
TransactionChannelType Specifies the means by which the investor submits the open account form. ITransactionChannelType1Choice - Optional 0..1
InvestmentAccountCategory Specifies the category of the investment account. IInvestmentAccountCategory1Choice - Optional 0..1

AccountParties building block

Information related to parties who are related to an investment account, for example, primary account owner. Information about a party’s account. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AccountParties10 recursion level 0 with max 1
AccountParties10 *-- "1..1" IAccountParties5Choice : PrincipalAccountParty
AccountParties10 *-- "0..0" InvestmentAccountOwnershipInformation10 : SecondaryOwner
AccountParties10 *-- "0..0" InvestmentAccountOwnershipInformation10 : Beneficiary
AccountParties10 *-- "0..0" InvestmentAccountOwnershipInformation10 : PowerOfAttorney
AccountParties10 *-- "0..0" InvestmentAccountOwnershipInformation10 : LegalGuardian
AccountParties10 *-- "0..5" InvestmentAccountOwnershipInformation10 : SuccessorOnDeath
AccountParties10 *-- "0..0" InvestmentAccountOwnershipInformation10 : Administrator
AccountParties10 *-- "0..0" ExtendedParty7 : OtherParty
AccountParties10 *-- "0..5" InvestmentAccountOwnershipInformation10 : Granter
AccountParties10 *-- "0..5" InvestmentAccountOwnershipInformation10 : Settlor
%% IAccountParties5Choice recursion level 1 with max 1
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% ExtendedParty7 recursion level 1 with max 1
class ExtendedParty7{
    ExtendedPartyRole IsoExtended350Code
}
ExtendedParty7 *-- "1..1" InvestmentAccountOwnershipInformation10 : OtherPartyDetails
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
%% InvestmentAccountOwnershipInformation10 recursion level 1 with max 1
class InvestmentAccountOwnershipInformation10{
    OwnershipBeneficiaryRate IsoPercentageRate
    ClientIdentification IsoMax35Text
    FiscalExemption IsoYesNoIndicator
    SignatoryRightIndicator IsoYesNoIndicator
    InformationDistribution InformationDistribution1Code
}
InvestmentAccountOwnershipInformation10 *-- "1..1" IParty23Choice : Party
InvestmentAccountOwnershipInformation10 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck
InvestmentAccountOwnershipInformation10 *-- "0..0" PartyProfileInformation4 : InvestorProfileValidation
InvestmentAccountOwnershipInformation10 *-- "0..1" MiFIDClassification1 : MiFIDClassification
InvestmentAccountOwnershipInformation10 *-- "0..0" IFATCAForm1Choice : FATCAFormType
InvestmentAccountOwnershipInformation10 *-- "0..0" FATCAStatus1 : FATCAStatus
  

AccountParties10 members

Member name Description Data Type / Multiplicity
PrincipalAccountParty Main party associated with the account. IAccountParties5Choice - Required 1..1
SecondaryOwner Entity that is not the primary owner when the ownership of the investment account is split among several owners. InvestmentAccountOwnershipInformation10 - Unknown 0..0
Beneficiary Ultimate party that is entitled to either receive the benefits of the ownership of a financial instrument, or to be paid/credited as a result of a transfer. InvestmentAccountOwnershipInformation10 - Unknown 0..0
PowerOfAttorney Entity that was given the authority by another entity to act on its behalf. InvestmentAccountOwnershipInformation10 - Unknown 0..0
LegalGuardian Entity that has been appointed by a legal authority to act on behalf of a person judged to be incapacitated. InvestmentAccountOwnershipInformation10 - Unknown 0..0
SuccessorOnDeath Deceased’s estate, or successor, to whom the respective percentage of ownership will be transferred upon the death of one of the owners. InvestmentAccountOwnershipInformation10 - Collection 0..5
Administrator Entity that has been appointed by a legal authority to act on behalf of a person or organisation that has gone bankrupt. InvestmentAccountOwnershipInformation10 - Unknown 0..0
OtherParty Other type of party. ExtendedParty7 - Unknown 0..0
Granter Granter role in the hedge funds industry. InvestmentAccountOwnershipInformation10 - Collection 0..5
Settlor Entity that creates a trust or contributes assets to the trust. InvestmentAccountOwnershipInformation10 - Collection 0..5

Intermediaries building block

Information related to an intermediary. Party that provides services to investors relating to financial products. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Intermediary24 recursion level 0 with max 1
class Intermediary24{
    WaivedTrailerCommissionIndicator IsoYesNoIndicator
}
Intermediary24 *-- "1..1" IPartyIdentification4Choice : Identification
Intermediary24 *-- "0..1" Account2 : Account
Intermediary24 *-- "0..1" IPartyRole2Choice : Role
Intermediary24 *-- "0..1" CommunicationAddress3 : PrimaryCommunicationAddress
Intermediary24 *-- "0..1" CommunicationAddress3 : SecondaryCommunicationAddress
Intermediary24 *-- "0..1" NameAndAddress4 : NameAndAddress
%% IPartyIdentification4Choice recursion level 1 with max 1
%% Account2 recursion level 1 with max 1
Account2 *-- "0..1" AccountIdentification1 : Identification
Account2 *-- "1..1" IPartyIdentification2Choice : AccountServicer
%% IPartyRole2Choice recursion level 1 with max 1
%% CommunicationAddress3 recursion level 1 with max 1
class CommunicationAddress3{
    Email IsoMax256Text
    Phone IsoPhoneNumber
    Mobile IsoPhoneNumber
    FaxNumber IsoPhoneNumber
    TelexAddress IsoMax35Text
    URLAddress IsoMax256Text
}
%% CommunicationAddress3 recursion level 1 with max 1
class CommunicationAddress3{
    Email IsoMax256Text
    Phone IsoPhoneNumber
    Mobile IsoPhoneNumber
    FaxNumber IsoPhoneNumber
    TelexAddress IsoMax35Text
    URLAddress IsoMax256Text
}
%% NameAndAddress4 recursion level 1 with max 1
class NameAndAddress4{
    Name IsoMax350Text
}
NameAndAddress4 *-- "1..1" PostalAddress1 : Address
  

Intermediary24 members

Member name Description Data Type / Multiplicity
Identification Unique and unambiguous identifier for an organisation that is allocated by an institution, eg, Dun & Bradstreet Identification. IPartyIdentification4Choice - Required 1..1
Account Business relationship between two entities; one entity is the account owner, the other entity is the account servicer. Account2 - Optional 0..1
WaivedTrailerCommissionIndicator Non-enforcement of the right to all or part of a commission by the party entitled to the commission. IsoYesNoIndicator - Optional 0..1
Role Role or function performed by the intermediary. IPartyRole2Choice - Optional 0..1
PrimaryCommunicationAddress Communication device number or electronic address used for communication. CommunicationAddress3 - Optional 0..1
SecondaryCommunicationAddress Communication device number or electronic address used for communication. CommunicationAddress3 - Optional 0..1
NameAndAddress Information that locates and identifies a specific address, as defined by postal services. NameAndAddress4 - Optional 0..1

Placement building block

Placement agent for the hedge fund industry. Provides the placement agent identification for a hedge fund if the investor was referred by one. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% ReferredAgent1 recursion level 0 with max 1
class ReferredAgent1{
    Referred Referred1Code
}
ReferredAgent1 *-- "0..1" IPartyIdentification2Choice : ReferredPlacementAgent
%% IPartyIdentification2Choice recursion level 1 with max 1
  

ReferredAgent1 members

Member name Description Data Type / Multiplicity
Referred Indicates if the investor was referred by a placement agent. Referred1Code - Required 1..1
ReferredPlacementAgent Placement agent that referred the investor. IPartyIdentification2Choice - Optional 0..1

NewIssueAllocation building block

Eligibility conditions applicable when there is an allocation of new issues for hedge fund account opening. Information about the investment account ownership with respect to new issue allocation for a hedge fund. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% NewIssueAllocation2 recursion level 0 with max 1
class NewIssueAllocation2{
    Restricted IsoYesNoIndicator
    ExemptPersonReason IsoMax350Text
}
NewIssueAllocation2 *-- "0..1" IDeMinimus1Choice : DeMinimus
%% IDeMinimus1Choice recursion level 1 with max 1
  

NewIssueAllocation2 members

Member name Description Data Type / Multiplicity
Restricted Indicates whether the investor is eligible to participate in the profits and losses from a new issue. IsoYesNoIndicator - Required 1..1
ExemptPersonReason Reason for exemption. IsoMax350Text - Optional 0..1
DeMinimus Conditions applicable when the investor is covered by the “de minimis” exemption. IDeMinimus1Choice - Optional 0..1

SavingsInvestmentPlan building block

Plan that allows individuals to set aside a fixed amount of money at specified intervals, usually for a special purpose, for example, retirement. Plan that allows investors to schedule periodical investments or divestments, according to pre-defined criteria. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% InvestmentPlan10 recursion level 0 with max 1
class InvestmentPlan10{
    StartDate IsoISODate
    EndDate IsoISODate
    GrossAmountIndicator IsoYesNoIndicator
    IncomePreference IncomePreference1Code
    InitialNumberOfInstalments IsoNumber
    TotalNumberOfInstalments IsoNumber
    RoundingDirection RoundingDirection1Code
    ContractReference IsoMax35Text
    RelatedContractReference IsoMax35Text
    ProductIdentification IsoMax35Text
    SLAChargeAndCommissionReference IsoMax35Text
}
InvestmentPlan10 *-- "1..1" IFrequency20Choice : Frequency
InvestmentPlan10 *-- "1..1" IUnitsOrAmount1Choice : Quantity
InvestmentPlan10 *-- "1..50" Repartition3 : SecurityDetails
InvestmentPlan10 *-- "0..8" InvestmentFundCashSettlementInformation7 : CashSettlement
InvestmentPlan10 *-- "0..1" IInsuranceType1Choice : InsuranceCover
InvestmentPlan10 *-- "0..1" IPlanStatus1Choice : PlanStatus
InvestmentPlan10 *-- "0..1" IPartyRole4Choice : InstalmentManagerRole
%% IFrequency20Choice recursion level 1 with max 1
%% IUnitsOrAmount1Choice recursion level 1 with max 1
%% Repartition3 recursion level 1 with max 1
class Repartition3{
    CurrencyOfPlan CurrencyCode
}
Repartition3 *-- "1..1" IUnitsOrAmountOrPercentage1Choice : Quantity
Repartition3 *-- "1..1" FinancialInstrument29 : FinancialInstrument
%% InvestmentFundCashSettlementInformation7 recursion level 1 with max 1
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument11 : SubscriptionPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : RedemptionPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : DividendPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument11 : SavingsPlanPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : InterestPaymentInstrument
%% IInsuranceType1Choice recursion level 1 with max 1
%% IPlanStatus1Choice recursion level 1 with max 1
%% IPartyRole4Choice recursion level 1 with max 1
  

InvestmentPlan10 members

Member name Description Data Type / Multiplicity
Frequency Frequency of the investment or divestment. IFrequency20Choice - Required 1..1
StartDate Date the investment plan starts. IsoISODate - Optional 0..1
EndDate Date the investment plan stops. IsoISODate - Optional 0..1
Quantity Amount of the periodical payments. IUnitsOrAmount1Choice - Required 1..1
GrossAmountIndicator Indicates whether an ordered amount is a gross amount (including all charges, commissions, tax). If it is not a gross amount, the ordered amount is a net amount (amount to be invested or redeemed from the fund to which other elements will be added). IsoYesNoIndicator - Optional 0..1
IncomePreference Dividend option chosen by the account owner based on the options offered in the prospectus. IncomePreference1Code - Optional 0..1
InitialNumberOfInstalments Number of pre-paid instalment periods at the time the investment plan is created. IsoNumber - Optional 0..1
TotalNumberOfInstalments Total number of times the amount must be invested at the predefined frequency as of the start date of the investment plan. IsoNumber - Optional 0..1
RoundingDirection Indicates the rounding direction when an amount is to be spread over several funds. RoundingDirection1Code - Optional 0..1
SecurityDetails Security that an investment plan invests in, or from which the investment plan divests. Repartition3 - Collection 1..50
CashSettlement Cash settlement standing instruction associated to the investment plan. InvestmentFundCashSettlementInformation7 - Collection 0..8
ContractReference Reference of the underlying investment contract. In some markets, such as Italy, this might be required to segregate holdings between the same investment account. IsoMax35Text - Optional 0..1
RelatedContractReference Reference of the previous contract to which this savings or withdrawal plan is related. IsoMax35Text - Optional 0..1
ProductIdentification Identification of the product as designated by the fund manager. In some markets, such as Italy, the financial product or service related to a savings plan or withdrawal plan are identified by a product identification or number. IsoMax35Text - Optional 0..1
SLAChargeAndCommissionReference Reference of the underlying service level agreement (SLA) governing charges and commission. IsoMax35Text - Optional 0..1
InsuranceCover Specifies the type of insurance contract to which the savings investment plan is linked. IInsuranceType1Choice - Optional 0..1
PlanStatus Status of the savings or withdrawal investment plan. IPlanStatus1Choice - Optional 0..1
InstalmentManagerRole Role or function of the instalment manager. IPartyRole4Choice - Optional 0..1

WithdrawalInvestmentPlan building block

Plan through which an investment fund investor’s holdings are depleted through regular withdrawals at specified intervals. Plan that allows investors to schedule periodical investments or divestments, according to pre-defined criteria. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% InvestmentPlan10 recursion level 0 with max 1
class InvestmentPlan10{
    StartDate IsoISODate
    EndDate IsoISODate
    GrossAmountIndicator IsoYesNoIndicator
    IncomePreference IncomePreference1Code
    InitialNumberOfInstalments IsoNumber
    TotalNumberOfInstalments IsoNumber
    RoundingDirection RoundingDirection1Code
    ContractReference IsoMax35Text
    RelatedContractReference IsoMax35Text
    ProductIdentification IsoMax35Text
    SLAChargeAndCommissionReference IsoMax35Text
}
InvestmentPlan10 *-- "1..1" IFrequency20Choice : Frequency
InvestmentPlan10 *-- "1..1" IUnitsOrAmount1Choice : Quantity
InvestmentPlan10 *-- "1..50" Repartition3 : SecurityDetails
InvestmentPlan10 *-- "0..8" InvestmentFundCashSettlementInformation7 : CashSettlement
InvestmentPlan10 *-- "0..1" IInsuranceType1Choice : InsuranceCover
InvestmentPlan10 *-- "0..1" IPlanStatus1Choice : PlanStatus
InvestmentPlan10 *-- "0..1" IPartyRole4Choice : InstalmentManagerRole
%% IFrequency20Choice recursion level 1 with max 1
%% IUnitsOrAmount1Choice recursion level 1 with max 1
%% Repartition3 recursion level 1 with max 1
class Repartition3{
    CurrencyOfPlan CurrencyCode
}
Repartition3 *-- "1..1" IUnitsOrAmountOrPercentage1Choice : Quantity
Repartition3 *-- "1..1" FinancialInstrument29 : FinancialInstrument
%% InvestmentFundCashSettlementInformation7 recursion level 1 with max 1
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument11 : SubscriptionPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : RedemptionPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : DividendPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument11 : SavingsPlanPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : InterestPaymentInstrument
%% IInsuranceType1Choice recursion level 1 with max 1
%% IPlanStatus1Choice recursion level 1 with max 1
%% IPartyRole4Choice recursion level 1 with max 1
  

InvestmentPlan10 members

Member name Description Data Type / Multiplicity
Frequency Frequency of the investment or divestment. IFrequency20Choice - Required 1..1
StartDate Date the investment plan starts. IsoISODate - Optional 0..1
EndDate Date the investment plan stops. IsoISODate - Optional 0..1
Quantity Amount of the periodical payments. IUnitsOrAmount1Choice - Required 1..1
GrossAmountIndicator Indicates whether an ordered amount is a gross amount (including all charges, commissions, tax). If it is not a gross amount, the ordered amount is a net amount (amount to be invested or redeemed from the fund to which other elements will be added). IsoYesNoIndicator - Optional 0..1
IncomePreference Dividend option chosen by the account owner based on the options offered in the prospectus. IncomePreference1Code - Optional 0..1
InitialNumberOfInstalments Number of pre-paid instalment periods at the time the investment plan is created. IsoNumber - Optional 0..1
TotalNumberOfInstalments Total number of times the amount must be invested at the predefined frequency as of the start date of the investment plan. IsoNumber - Optional 0..1
RoundingDirection Indicates the rounding direction when an amount is to be spread over several funds. RoundingDirection1Code - Optional 0..1
SecurityDetails Security that an investment plan invests in, or from which the investment plan divests. Repartition3 - Collection 1..50
CashSettlement Cash settlement standing instruction associated to the investment plan. InvestmentFundCashSettlementInformation7 - Collection 0..8
ContractReference Reference of the underlying investment contract. In some markets, such as Italy, this might be required to segregate holdings between the same investment account. IsoMax35Text - Optional 0..1
RelatedContractReference Reference of the previous contract to which this savings or withdrawal plan is related. IsoMax35Text - Optional 0..1
ProductIdentification Identification of the product as designated by the fund manager. In some markets, such as Italy, the financial product or service related to a savings plan or withdrawal plan are identified by a product identification or number. IsoMax35Text - Optional 0..1
SLAChargeAndCommissionReference Reference of the underlying service level agreement (SLA) governing charges and commission. IsoMax35Text - Optional 0..1
InsuranceCover Specifies the type of insurance contract to which the savings investment plan is linked. IInsuranceType1Choice - Optional 0..1
PlanStatus Status of the savings or withdrawal investment plan. IPlanStatus1Choice - Optional 0..1
InstalmentManagerRole Role or function of the instalment manager. IPartyRole4Choice - Optional 0..1

CashSettlement building block

Cash settlement standing instruction associated to the investment fund transaction. Settlement instructions to be used to transfer cash from the debtor to the creditor. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% InvestmentFundCashSettlementInformation7 recursion level 0 with max 1
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument11 : SubscriptionPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : RedemptionPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : DividendPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument11 : SavingsPlanPaymentInstrument
InvestmentFundCashSettlementInformation7 *-- "0..1" PaymentInstrument12 : InterestPaymentInstrument
%% PaymentInstrument11 recursion level 1 with max 1
class PaymentInstrument11{
    SettlementCurrency ActiveCurrencyCode
}
PaymentInstrument11 *-- "1..1" IPaymentInstrument17Choice : PaymentInstrument
%% PaymentInstrument12 recursion level 1 with max 1
class PaymentInstrument12{
    SettlementCurrency ActiveCurrencyCode
    DividendPercentage IsoPercentageBoundedRate
}
PaymentInstrument12 *-- "1..1" IPaymentInstrument16Choice : PaymentInstrument
%% PaymentInstrument12 recursion level 1 with max 1
class PaymentInstrument12{
    SettlementCurrency ActiveCurrencyCode
    DividendPercentage IsoPercentageBoundedRate
}
PaymentInstrument12 *-- "1..1" IPaymentInstrument16Choice : PaymentInstrument
%% PaymentInstrument11 recursion level 1 with max 1
class PaymentInstrument11{
    SettlementCurrency ActiveCurrencyCode
}
PaymentInstrument11 *-- "1..1" IPaymentInstrument17Choice : PaymentInstrument
%% PaymentInstrument12 recursion level 1 with max 1
class PaymentInstrument12{
    SettlementCurrency ActiveCurrencyCode
    DividendPercentage IsoPercentageBoundedRate
}
PaymentInstrument12 *-- "1..1" IPaymentInstrument16Choice : PaymentInstrument
  

InvestmentFundCashSettlementInformation7 members

Member name Description Data Type / Multiplicity
SubscriptionPaymentInstrument Instrument that has or represents monetary value and is used to process a payment instruction for a subscription payment. PaymentInstrument11 - Optional 0..1
RedemptionPaymentInstrument Instrument that has or represents monetary value and is used to process a payment instruction for a redemption payment. PaymentInstrument12 - Optional 0..1
DividendPaymentInstrument Instrument that has or represents monetary value and is used to process a payment instruction for a dividend payment. PaymentInstrument12 - Optional 0..1
SavingsPlanPaymentInstrument Instrument that has or represents monetary value and is used to process a payment instruction for a savings plan payment. PaymentInstrument11 - Optional 0..1
InterestPaymentInstrument Instrument that has or represents monetary value and is used to process a payment instruction for an interest payment. PaymentInstrument12 - Optional 0..1

ServiceLevelAgreement building block

Identifies documents to be provided for the account opening. Determine the type of document and the type of communication method to be used to notify a Party. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% DocumentToSend2 recursion level 0 with max 1
class DocumentToSend2{
    Type IsoMax140Text
}
DocumentToSend2 *-- "1..1" IPartyIdentification2Choice : Recipient
DocumentToSend2 *-- "1..1" ICommunicationMethod3Choice : MethodOfTransmission
%% IPartyIdentification2Choice recursion level 1 with max 1
%% ICommunicationMethod3Choice recursion level 1 with max 1
  

DocumentToSend2 members

Member name Description Data Type / Multiplicity
Type Type of document. IsoMax140Text - Required 1..1
Recipient Party that should receive the document. IPartyIdentification2Choice - Required 1..1
MethodOfTransmission Communication method to be used. ICommunicationMethod3Choice - Required 1..1

MarketPracticeVersion building block

Identifies the market practice to which the message conforms. Identifies the implementation and version. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% MarketPracticeVersion1 recursion level 0 with max 1
class MarketPracticeVersion1{
    Name IsoMax35Text
    Date IsoISOYearMonth
    Number IsoMax35Text
}
  

MarketPracticeVersion1 members

Member name Description Data Type / Multiplicity
Name Market practice, for example, “UKTRANSFERS”, “FINDELSLT”. IsoMax35Text - Required 1..1
Date Year and month, for example, 2013-06. IsoISOYearMonth - Optional 0..1
Number Version of the market practice. IsoMax35Text - Optional 0..1

Extension 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
%% Extension1 recursion level 0 with max 1
class Extension1{
    PlaceAndName IsoMax350Text
    Text IsoMax350Text
}
  

Extension1 members

Member name Description Data Type / Multiplicity
PlaceAndName Name qualifying the information provided in the Text field, and place where this information should be inserted. IsoMax350Text - Required 1..1
Text Text of the extension. IsoMax350Text - Required 1..1

Extensibility and generalization considerations

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

classDiagram
    class IOuterRecord
    AccountOpeningInstructionV05 --|> IOuterRecord : Implements
    AccountOpeningInstructionV05Document --|> IOuterDocument~AccountOpeningInstructionV05~ : Implements
    class IOuterDocument~AccountOpeningInstructionV05~ {
        AccountOpeningInstructionV05 Message
     }
  

Document wrapper for serialization

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

classDiagram
    AccountOpeningInstructionV05Document *-- AccountOpeningInstructionV05 : 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.001.001.05">
    <AcctOpngInstr>
        <MsgId>
            <!-- MessageIdentification inner content -->
        </MsgId>
        <OrdrRef>
            <!-- OrderReference inner content -->
        </OrdrRef>
        <PrvsRef>
            <!-- PreviousReference inner content -->
        </PrvsRef>
        <InstrDtls>
            <!-- InstructionDetails inner content -->
        </InstrDtls>
        <InvstmtAcct>
            <!-- InvestmentAccount inner content -->
        </InvstmtAcct>
        <AcctPties>
            <!-- AccountParties inner content -->
        </AcctPties>
        <Intrmies>
            <!-- Intermediaries inner content -->
        </Intrmies>
        <Plcmnt>
            <!-- Placement inner content -->
        </Plcmnt>
        <NewIsseAllcn>
            <!-- NewIssueAllocation inner content -->
        </NewIsseAllcn>
        <SvgsInvstmtPlan>
            <!-- SavingsInvestmentPlan inner content -->
        </SvgsInvstmtPlan>
        <WdrwlInvstmtPlan>
            <!-- WithdrawalInvestmentPlan inner content -->
        </WdrwlInvstmtPlan>
        <CshSttlm>
            <!-- CashSettlement inner content -->
        </CshSttlm>
        <SvcLvlAgrmt>
            <!-- ServiceLevelAgreement inner content -->
        </SvcLvlAgrmt>
        <MktPrctcVrsn>
            <!-- MarketPracticeVersion inner content -->
        </MktPrctcVrsn>
        <Xtnsn>
            <!-- Extension inner content -->
        </Xtnsn>
    </AcctOpngInstr>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_mVAQgQgpEeSUG-8hqXsVMQ"
  nextVersions="_51Xr0R8KEeWpZde3LQh6dg"
  previousVersion="_A0sdwBQ6EeOKWo1NF21OVw"
  name="AccountOpeningInstructionV05"
  definition="Scope&#xD;&#xA;An account owner, for example, an investor or its designated agent sends the AccountOpeningInstruction message to the account servicer, for example, a registrar, transfer agent or custodian to instruct the opening of an account or the opening of an account and establishing an investment plan.&#xD;&#xA;Usage&#xD;&#xA;The AccountOpeningInstruction is used to open an account directly or indirectly with the account servicer or an intermediary.&#xD;&#xA;In some markets, for example, Australia, and for some products in the United Kingdom, a first order (also known as a deposit instruction) is placed at the same time as the account opening. To cater for this scenario, an order message can be linked (via references in the message) to the AccountOpeningInstruction message when needed.&#xD;&#xA;Execution of the AccountOpeningInstruction is confirmed via an AccountDetailsConfirmation message."
  registrationStatus="Provisionally Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="AcctOpngInstr"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_mVAQgwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr0x8KEeWpZde3LQh6dg"
    previousVersion="_A0sdwhQ6EeOKWo1NF21OVw"
    name="InvestmentAccountIdentificationRule"
    definition="If InstructionDetails/OpeningType is SUPA, then InvestmentAccount/Identification must be present and must contain the identification of the main account to which the supplementary account is related."
    registrationStatus="Provisionally Registered" />
  <constraint
    xmi:id="_mVAQhQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr1R8KEeWpZde3LQh6dg"
    previousVersion="_A0sdxBQ6EeOKWo1NF21OVw"
    name="UnitRule"
    definition="If SavingsInvestmentPlan is present, then SavingsInvestmentPlan/Quantity/Unit is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;ComplexRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/SavingsInvestmentPlan[*]/Quantity/Unit&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/SavingsInvestmentPlan[*]&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_mVAQhwgpEeSUG-8hqXsVMQ"
    previousVersion="_A0sdxhQ6EeOKWo1NF21OVw"
    name="DividendPercentage1Rule"
    definition="CashSettlement/RedemptionPaymentInstrument/DividendPercentage is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;SimpleRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;SimpleRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/CashSettlement[*]/RedemptionPaymentInstrument/DividendPercentage&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;/SimpleRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_mVAQiQgpEeSUG-8hqXsVMQ"
    previousVersion="_A0sdyBQ6EeOKWo1NF21OVw"
    name="DividendPercentage2Rule"
    definition="SavingsInvestmentPlan/CashSettlement/RedemptionPaymentInstrument/DividendPercentage is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;SimpleRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;SimpleRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/SavingsInvestmentPlan[*]/CashSettlement[*]/RedemptionPaymentInstrument/DividendPercentage&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;/SimpleRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_mVAQiwgpEeSUG-8hqXsVMQ"
    previousVersion="_A0sdyhQ6EeOKWo1NF21OVw"
    name="DividendPercentage3Rule"
    definition="WithdrawalInvestmentPlan/CashSettlement/RedemptionPaymentInstrument/DividendPercentage is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;SimpleRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;SimpleRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/WithdrawalInvestmentPlan[*]/CashSettlement[*]/RedemptionPaymentInstrument/DividendPercentage&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;/SimpleRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_mVAQjQgpEeSUG-8hqXsVMQ"
    previousVersion="_A0sdzBQ6EeOKWo1NF21OVw"
    name="DividendPercentage4Rule"
    definition="CashSettlement/InterestPaymentInstrument/DividendPercentage is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;SimpleRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;SimpleRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/CashSettlement[*]/InterestPaymentInstrument/DividendPercentage&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;/SimpleRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_mVAQjwgpEeSUG-8hqXsVMQ"
    previousVersion="_A0sdzhQ6EeOKWo1NF21OVw"
    name="DividendPercentage5Rule"
    definition="SavingsInvestmentPlan/CashSettlement/InterestPaymentInstrument/DividendPercentage is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;SimpleRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;SimpleRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/SavingsInvestmentPlan[*]/CashSettlement[*]/InterestPaymentInstrument/DividendPercentage&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;/SimpleRule&gt;&lt;/RuleDefinition&gt;" />
  <constraint
    xmi:id="_mVAQkQgpEeSUG-8hqXsVMQ"
    previousVersion="_A0sd0BQ6EeOKWo1NF21OVw"
    name="DividendPercentage6Rule"
    definition="WithdrawalInvestmentPlan/CashSettlement/InterestPaymentInstrument/DividendPercentage is not allowed."
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;SimpleRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;SimpleRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Absence&quot;&gt;&lt;leftOperand&gt;/WithdrawalInvestmentPlan[*]/CashSettlement[*]/InterestPaymentInstrument/DividendPercentage&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;/SimpleRule&gt;&lt;/RuleDefinition&gt;" />
  <messageBuildingBlock
    xmi:id="_mVAQkwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr4x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd0hQ6EeOKWo1NF21OVw"
    name="MessageIdentification"
    definition="Identifies the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgId"
    complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
  <messageBuildingBlock
    xmi:id="_mVAQlQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr5R8KEeWpZde3LQh6dg"
    previousVersion="_A0sd1BQ6EeOKWo1NF21OVw"
    name="OrderReference"
    definition="Identifies a related order."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="OrdrRef"
    complexType="_TS4rE9p-Ed-ak6NoX_4Aeg_369581700" />
  <messageBuildingBlock
    xmi:id="_mVAQlwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr5x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd1hQ6EeOKWo1NF21OVw"
    name="PreviousReference"
    definition="Reference to a linked message that was previously sent."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="PrvsRef"
    complexType="_Q6vvAdp-Ed-ak6NoX_4Aeg_2101402955" />
  <messageBuildingBlock
    xmi:id="_mVAQmQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr6R8KEeWpZde3LQh6dg"
    previousVersion="_A0sd2BQ6EeOKWo1NF21OVw"
    name="InstructionDetails"
    definition="Provides detailed information about the opening instruction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="InstrDtls"
    complexType="_9UTJoQjgEeSI9qETkJHgqw" />
  <messageBuildingBlock
    xmi:id="_mVAQmwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr6x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd2hQ6EeOKWo1NF21OVw"
    name="InvestmentAccount"
    definition="Detailed information about the investment account to be opened."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="InvstmtAcct"
    complexType="_SFzHQRQ8EeOKWo1NF21OVw" />
  <messageBuildingBlock
    xmi:id="_mVAQnQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr7R8KEeWpZde3LQh6dg"
    previousVersion="_A0sd3BQ6EeOKWo1NF21OVw"
    name="AccountParties"
    definition="Information related to parties who are related to an investment account, for example, primary account owner."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="AcctPties"
    complexType="_C5k64QhDEeSUPbC7DbLJpQ" />
  <messageBuildingBlock
    xmi:id="_mVAQnwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr7x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd3hQ6EeOKWo1NF21OVw"
    name="Intermediaries"
    definition="Information related to an intermediary."
    registrationStatus="Provisionally Registered"
    maxOccurs="10"
    minOccurs="0"
    xmlTag="Intrmies"
    complexType="_bNNI4RUGEeOIaq8KyCdIDQ" />
  <messageBuildingBlock
    xmi:id="_mVAQoQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr8R8KEeWpZde3LQh6dg"
    previousVersion="_A0sd4BQ6EeOKWo1NF21OVw"
    name="Placement"
    definition="Placement agent for the hedge fund industry."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="Plcmnt"
    complexType="_RQy3hdp-Ed-ak6NoX_4Aeg_-1121982136" />
  <messageBuildingBlock
    xmi:id="_mVAQowgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr8x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd4hQ6EeOKWo1NF21OVw"
    name="NewIssueAllocation"
    definition="Eligibility conditions applicable when there is an allocation of new issues for hedge fund account opening."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="NewIsseAllcn"
    complexType="_0BdZcQgpEeSUG-8hqXsVMQ" />
  <messageBuildingBlock
    xmi:id="_mVAQpQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr9R8KEeWpZde3LQh6dg"
    previousVersion="_A0sd5BQ6EeOKWo1NF21OVw"
    name="SavingsInvestmentPlan"
    definition="Plan that allows individuals to set aside a fixed amount of money at specified intervals, usually for a special purpose, for example, retirement."
    registrationStatus="Provisionally Registered"
    maxOccurs="50"
    minOccurs="0"
    xmlTag="SvgsInvstmtPlan"
    complexType="_SDztUQjbEeS5F6qHcKOrew" />
  <messageBuildingBlock
    xmi:id="_mVAQpwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr9x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd5hQ6EeOKWo1NF21OVw"
    name="WithdrawalInvestmentPlan"
    definition="Plan through which an investment fund investor's holdings are depleted through regular withdrawals at specified intervals."
    registrationStatus="Provisionally Registered"
    maxOccurs="10"
    minOccurs="0"
    xmlTag="WdrwlInvstmtPlan"
    complexType="_SDztUQjbEeS5F6qHcKOrew" />
  <messageBuildingBlock
    xmi:id="_mVAQqQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr-R8KEeWpZde3LQh6dg"
    previousVersion="_A0sd6BQ6EeOKWo1NF21OVw"
    name="CashSettlement"
    definition="Cash settlement standing instruction associated to the investment fund transaction."
    registrationStatus="Provisionally Registered"
    maxOccurs="8"
    minOccurs="0"
    xmlTag="CshSttlm"
    complexType="_bGuAQRRfEeOKWo1NF21OVw" />
  <messageBuildingBlock
    xmi:id="_mVAQqwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr-x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd6hQ6EeOKWo1NF21OVw"
    name="ServiceLevelAgreement"
    definition="Identifies documents to be provided for the account opening."
    registrationStatus="Provisionally Registered"
    maxOccurs="30"
    minOccurs="0"
    xmlTag="SvcLvlAgrmt"
    complexType="_L2J9sQgqEeSUG-8hqXsVMQ" />
  <messageBuildingBlock
    xmi:id="_mVAQrQgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr_R8KEeWpZde3LQh6dg"
    previousVersion="_uLyU8RUVEeOIaq8KyCdIDQ"
    name="MarketPracticeVersion"
    definition="Identifies the market practice to which the message conforms."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="MktPrctcVrsn"
    complexType="_FaNY0RUVEeOIaq8KyCdIDQ" />
  <messageBuildingBlock
    xmi:id="_mVAQrwgpEeSUG-8hqXsVMQ"
    nextVersions="_51Xr_x8KEeWpZde3LQh6dg"
    previousVersion="_A0sd7BQ6EeOKWo1NF21OVw"
    name="Extension"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="Xtnsn"
    complexType="_Q6vvCNp-Ed-ak6NoX_4Aeg_1503007069" />
  <messageDefinitionIdentifier
    businessArea="acmt"
    messageFunctionality="001"
    flavour="001"
    version="05" />
</messageDefinition>

ISO Building Blocks

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