acmt.002.001.08
Scope The AccountDetailsConfirmation message is sent by an account servicer, for example, a registrar, transfer agent, custodian bank or securities depository to the account owner, for example, an investor to confirm the opening of an account, execution of an AccountModificationInstruction or to return information requested in a GetAccountDetails message. Usage The AccountDetailsConfirmation message is used to confirm the opening of an account, modification of an account or the provision of information requested in a previously sent GetAccountDetails message. The message contains detailed information relevant to the opened account. When the AccountDetailsConfirmation is used to confirm execution of an AccountModificationInstruction message, it may:
- contain the modified subsets of account details that were specified in the AccountModificationInstruction, and/or
- provide the status of the account. When the AccountModificationInstruction message is used to instruct the closure of an account, the AccountDetailsConfirmation message is used to confirm the account has been closed. When the AccountDetailsConfirmation is used to reply to a GetAccountDetails message, it returns the selected subsets of account details that were specified in the GetAccountDetails 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 %% AccountDetailsConfirmationV08 recursion level 0 with max 0 AccountDetailsConfirmationV08 *-- "1..1" MessageIdentification1 : MessageIdentification AccountDetailsConfirmationV08 *-- "0..1" InvestmentFundOrder4 : OrderReference AccountDetailsConfirmationV08 *-- "0..1" AdditionalReference13 : RelatedReference AccountDetailsConfirmationV08 *-- "1..1" AccountManagementConfirmation5 : ConfirmationDetails AccountDetailsConfirmationV08 *-- "0..1" InvestmentAccount74 : InvestmentAccount AccountDetailsConfirmationV08 *-- "0..1" AccountParties17 : AccountParties AccountDetailsConfirmationV08 *-- "0..1" Intermediary46 : Intermediaries AccountDetailsConfirmationV08 *-- "0..1" ReferredAgent3 : Placement AccountDetailsConfirmationV08 *-- "0..1" NewIssueAllocation2 : NewIssueAllocation AccountDetailsConfirmationV08 *-- "0..50" InvestmentPlan17 : SavingsInvestmentPlan AccountDetailsConfirmationV08 *-- "0..10" InvestmentPlan17 : WithdrawalInvestmentPlan AccountDetailsConfirmationV08 *-- "0..8" CashSettlement3 : CashSettlement AccountDetailsConfirmationV08 *-- "0..30" DocumentToSend4 : ServiceLevelAgreement AccountDetailsConfirmationV08 *-- "0..1" AdditiononalInformation13 : AdditionalInformation AccountDetailsConfirmationV08 *-- "0..1" MarketPracticeVersion1 : MarketPracticeVersion AccountDetailsConfirmationV08 *-- "0..1" Extension1 : Extension
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 |
OrderReference building block
Identifies a related order or settlement transaction. 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 |
RelatedReference building block
Reference to a linked message that was previously received. Reference to a related message or transaction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalReference13 recursion level 0 with max 1 class AdditionalReference13{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference13 *-- "0..1" IPartyIdentification125Choice : ReferenceIssuer %% IPartyIdentification125Choice recursion level 1 with max 1
AdditionalReference13 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Message identification of a message. This reference was assigned by the party issuing the message. | IsoMax35Text - Required 1..1 |
ReferenceIssuer | Issuer of the reference. | IPartyIdentification125Choice - Optional 0..1 |
MessageName | Name of the message. | IsoMax35Text - Optional 0..1 |
ConfirmationDetails building block
Information about the request or instruction which triggered this confirmation. Information about the type of request or instruction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountManagementConfirmation5 recursion level 0 with max 1 class AccountManagementConfirmation5{ AccountApplicationIdentification IsoMax35Text ClientReference IsoMax35Text } AccountManagementConfirmation5 *-- "1..1" IConfirmationType1Choice : ConfirmationType AccountManagementConfirmation5 *-- "0..1" AdditionalReference13 : CounterpartyReference AccountManagementConfirmation5 *-- "0..0" Account23 : ExistingAccountIdentification %% IConfirmationType1Choice recursion level 1 with max 1 %% AdditionalReference13 recursion level 1 with max 1 class AdditionalReference13{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference13 *-- "0..1" IPartyIdentification125Choice : ReferenceIssuer %% Account23 recursion level 1 with max 1 class Account23{ AccountIdentification IsoMax35Text } Account23 *-- "0..1" GenericIdentification1 : RelatedAccountDetails
AccountManagementConfirmation5 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
ConfirmationType | Specifies the confirmation type. | IConfirmationType1Choice - Required 1..1 |
AccountApplicationIdentification | Unique and unambiguous identifier of the account opening or modification instruction at application level. | IsoMax35Text - Optional 0..1 |
ClientReference | Unique and unambiguous identification of a transaction, for example, a transfer, as assigned by the investor or account owner. | IsoMax35Text - Optional 0..1 |
CounterpartyReference | Unambiguous identification of the transaction, for example, a transfer, as allocated by the counterparty. | AdditionalReference13 - Optional 0..1 |
ExistingAccountIdentification | Account to which the account opening is related. | Account23 - Unknown 0..0 |
InvestmentAccount building block
Confirmation of the information related to the investment account. Information about a securities account and its characteristics. For comparison, see the ISO20022 official specification
classDiagram direction tb %% InvestmentAccount74 recursion level 0 with max 1 class InvestmentAccount74{ Identification IsoMax35Text Name IsoMax35Text Designation IsoMax35Text ReferenceCurrency ActiveCurrencyCode Language LanguageCode IncomePreference IncomePreference2Code TaxWithholdingMethod TaxWithholdingMethod3Code AccumulationRightReference IsoMax35Text RequiredSignatoriesNumber IsoNumber FundFamilyName IsoMax350Text ForeignStatusCertification Provided1Code Pledging Eligible1Code Collateral Collateral1Code NegativeIndicator IsoYesNoIndicator ProcessingOrder PositionEffect3Code } InvestmentAccount74 *-- "0..1" AccountStatus2 : AccountStatus InvestmentAccount74 *-- "0..1" IBlockedStatusReason2Choice : BlockedStatus InvestmentAccount74 *-- "0..1" IDateAndDateTime1Choice : StatusDate InvestmentAccount74 *-- "0..1" IAccountType2Choice : Type InvestmentAccount74 *-- "0..1" IOwnershipType2Choice : OwnershipType InvestmentAccount74 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccount74 *-- "0..1" IStatementFrequencyReason2Choice : StatementFrequency InvestmentAccount74 *-- "0..0" Reinvestment4 : ReinvestmentDetails InvestmentAccount74 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccount74 *-- "0..1" LetterIntent1 : LetterIntentDetails InvestmentAccount74 *-- "0..0" FinancialInstrument87 : FinancialInstrumentDetails InvestmentAccount74 *-- "0..1" RoundingParameters1 : RoundingDetails InvestmentAccount74 *-- "0..1" IPartyIdentification125Choice : AccountServicer InvestmentAccount74 *-- "0..1" IAccountUsageType2Choice : AccountUsageType InvestmentAccount74 *-- "0..1" IDateAndDateTime1Choice : AccountSignatureDateTime InvestmentAccount74 *-- "0..1" ITransactionChannelType1Choice : TransactionChannelType InvestmentAccount74 *-- "0..1" IInvestmentAccountCategory1Choice : InvestmentAccountCategory InvestmentAccount74 *-- "0..1" ThirdPartyRights2 : ThirdPartyRights InvestmentAccount74 *-- "0..1" ILevelOfControl1Choice : PowerOfAttorneyLevelOfControl InvestmentAccount74 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccount74 *-- "0..1" IDateAndDateTime1Choice : OpeningDate InvestmentAccount74 *-- "0..1" IDateAndDateTime1Choice : ClosingDate InvestmentAccount74 *-- "0..1" ILiability1Choice : Liability InvestmentAccount74 *-- "0..0" InvestorProfile2 : InvestorProfile InvestmentAccount74 *-- "0..1" IFiscalYear1Choice : FiscalYear %% AccountStatus2 recursion level 1 with max 1 AccountStatus2 *-- "0..1" IEnabledStatusReason1Choice : Enabled AccountStatus2 *-- "0..1" IDisabledStatusReason1Choice : Disabled AccountStatus2 *-- "0..1" IPendingStatusReason1Choice : Pending AccountStatus2 *-- "0..1" IPendingOpeningStatusReason1Choice : PendingOpening AccountStatus2 *-- "0..1" IProformaStatusReason1Choice : Proforma AccountStatus2 *-- "0..1" IClosedStatusReason1Choice : Closed AccountStatus2 *-- "0..1" IClosurePendingStatusReason1Choice : ClosurePending AccountStatus2 *-- "0..0" OtherAccountStatus1 : Other %% IBlockedStatusReason2Choice recursion level 1 with max 1 %% IDateAndDateTime1Choice recursion level 1 with max 1 %% IAccountType2Choice recursion level 1 with max 1 %% IOwnershipType2Choice recursion level 1 with max 1 %% ITaxExemptionReason2Choice recursion level 1 with max 1 %% IStatementFrequencyReason2Choice recursion level 1 with max 1 %% Reinvestment4 recursion level 1 with max 1 class Reinvestment4{ RequestedNAVCurrency ActiveCurrencyCode ReinvestmentPercentage IsoPercentageRate } Reinvestment4 *-- "1..1" FinancialInstrument87 : FinancialInstrumentDetails %% TaxReporting3 recursion level 1 with max 1 class TaxReporting3{ TaxationCountry CountryCode TaxRate IsoPercentageRate Description IsoMax350Text } TaxReporting3 *-- "0..1" IPartyIdentification125Choice : TaxPayer TaxReporting3 *-- "0..1" IPartyIdentification125Choice : TaxRecipient TaxReporting3 *-- "0..1" CashAccount204 : CashAccountDetails %% LetterIntent1 recursion level 1 with max 1 class LetterIntent1{ LetterIntentReference IsoMax35Text Amount IsoActiveCurrencyAnd13DecimalAmount StartDate IsoISODate EndDate IsoISODate } %% FinancialInstrument87 recursion level 1 with max 1 class FinancialInstrument87{ Name IsoMax350Text ShortName IsoMax35Text SupplementaryIdentification IsoMax35Text ClassType IsoMax35Text SecuritiesForm FormOfSecurity1Code DistributionPolicy DistributionPolicy1Code ProductGroup IsoMax140Text Pledging Eligible1Code Collateral Collateral1Code FundOwnership FundOwnership1Code FundIntention FundIntention1Code OperationalStatus OperationalStatus1Code } FinancialInstrument87 *-- "1..1" ISecurityIdentification25Choice : Identification FinancialInstrument87 *-- "0..1" BlockedHoldingDetails2 : BlockedHoldingDetails FinancialInstrument87 *-- "0..1" ThirdPartyRights2 : ThirdPartyRights %% RoundingParameters1 recursion level 1 with max 1 class RoundingParameters1{ RoundingModulus IsoDecimalNumber RoundingDirection RoundingDirection1Code } %% IPartyIdentification125Choice recursion level 1 with max 1 %% IAccountUsageType2Choice recursion level 1 with max 1 %% IDateAndDateTime1Choice recursion level 1 with max 1 %% ITransactionChannelType1Choice recursion level 1 with max 1 %% IInvestmentAccountCategory1Choice recursion level 1 with max 1 %% ThirdPartyRights2 recursion level 1 with max 1 class ThirdPartyRights2{ Type IsoMax35Text DateTime IsoISODateTime LegalEntityIdentifier IsoLEIIdentifier Amount IsoActiveCurrencyAndAmount Description IsoMax350Text } ThirdPartyRights2 *-- "0..1" IPartyIdentification125Choice : Holder %% ILevelOfControl1Choice recursion level 1 with max 1 %% IAccountingStatus1Choice recursion level 1 with max 1 %% IDateAndDateTime1Choice recursion level 1 with max 1 %% IDateAndDateTime1Choice recursion level 1 with max 1 %% ILiability1Choice recursion level 1 with max 1 %% InvestorProfile2 recursion level 1 with max 1 InvestorProfile2 *-- "0..1" IProfileType1Choice : Type InvestorProfile2 *-- "0..1" IInvestorProfileStatus1Choice : Status InvestorProfile2 *-- "0..1" TreasuryProfile1 : Treasury InvestorProfile2 *-- "0..1" HighFrequencyTradingProfile1 : HighFrequencyTrading InvestorProfile2 *-- "0..1" MarketMakerProfile2 : MarketMaker %% IFiscalYear1Choice recursion level 1 with max 1
InvestmentAccount74 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique and unambiguous identification for the account between the account owner and the account servicer. | IsoMax35Text - Required 1..1 |
AccountStatus | Status of the account. | AccountStatus2 - Optional 0..1 |
BlockedStatus | Specifies the account is blocked and other factors for the blocked account. | IBlockedStatusReason2Choice - Optional 0..1 |
StatusDate | Date the status is assigned. | IDateAndDateTime1Choice - 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 be reconciled individually. | IsoMax35Text - Optional 0..1 |
Type | Type of account. | IAccountType2Choice - Optional 0..1 |
OwnershipType | Ownership status of the account, for example, joint owners. | IOwnershipType2Choice - Optional 0..1 |
TaxExemption | Tax advantage specific to the account. | ITaxExemptionReason2Choice - Optional 0..1 |
StatementFrequency | Frequency at which a statement is issued. | IStatementFrequencyReason2Choice - 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. | IncomePreference2Code - Optional 0..1 |
ReinvestmentDetails | Specifies, for income on the fund or security 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 or account owner’s subsequent instructions. | Reinvestment4 - Unknown 0..0 |
TaxWithholdingMethod | Method by which the tax (withholding tax) is to be processed, that is, either withheld at source or tax information is reported to tax authorities or tax information is reported due to the provision of a tax certificate. | TaxWithholdingMethod3Code - Optional 0..1 |
TaxReporting | Details for the reporting of tax, for example, the country of taxation. | TaxReporting3 - Unknown 0..0 |
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 |
FinancialInstrumentDetails | Detailed information about the investment fund or security associated to the account. | FinancialInstrument87 - 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. | IPartyIdentification125Choice - Optional 0..1 |
AccountUsageType | Specifies the type of usage of the account. | IAccountUsageType2Choice - Optional 0..1 |
ForeignStatusCertification | Specifies if documentary evidence has been provided for the foreign resident. | Provided1Code - Optional 0..1 |
AccountSignatureDateTime | Date the investor or account owner signs the open account form. | IDateAndDateTime1Choice - Optional 0..1 |
TransactionChannelType | Means by which the investor or account owner submits the open account form. | ITransactionChannelType1Choice - Optional 0..1 |
InvestmentAccountCategory | Specifies the category of the account. | IInvestmentAccountCategory1Choice - Optional 0..1 |
Pledging | Specifies whether the holdings in the account are eligible for pledging. | Eligible1Code - Optional 0..1 |
Collateral | Specifies whether the holdings in the account are used as collateral. | Collateral1Code - Optional 0..1 |
ThirdPartyRights | Details of third party rights. | ThirdPartyRights2 - Optional 0..1 |
PowerOfAttorneyLevelOfControl | Functionality permitted to a third party in the actions that may be taken on an account on behalf of the investor. | ILevelOfControl1Choice - Optional 0..1 |
AccountingStatus | Specifies if the account is regarded as domestic or non-domestic for reporting purposes. | IAccountingStatus1Choice - Optional 0..1 |
OpeningDate | Legal opening date for the account. | IDateAndDateTime1Choice - Optional 0..1 |
ClosingDate | Legal closing date for the account. | IDateAndDateTime1Choice - Optional 0..1 |
NegativeIndicator | Indicates whether the account can hold a negative position in a security. | IsoYesNoIndicator - Optional 0..1 |
ProcessingOrder | Order in which securities are moved from the account. | PositionEffect3Code - Optional 0..1 |
Liability | Specifies whether the investor assumes responsibility for the liability. | ILiability1Choice - Optional 0..1 |
InvestorProfile | Information used to determine fees and types of operations that can be carried out on the account. | InvestorProfile2 - Unknown 0..0 |
FiscalYear | Fiscal year, when not the same as the calendar year. | IFiscalYear1Choice - Optional 0..1 |
AccountParties building block
Confirmation of information related to parties that are related to the account, for example, primary account owner. Information about a party’s account. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountParties17 recursion level 0 with max 1 AccountParties17 *-- "1..1" IAccountParties12Choice : PrincipalAccountParty AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : SecondaryOwner AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : Beneficiary AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : PowerOfAttorney AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : LegalGuardian AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : CustodianForMinor AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : SuccessorOnDeath AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : Administrator AccountParties17 *-- "0..0" ExtendedParty14 : OtherParty AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : Granter AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : Settlor AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : SeniorManagingOfficial AccountParties17 *-- "0..0" InvestmentAccountOwnershipInformation16 : Protector AccountParties17 *-- "0..1" IRegisteredShareholderName1Choice : RegisteredShareholderName %% IAccountParties12Choice recursion level 1 with max 1 %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% ExtendedParty14 recursion level 1 with max 1 class ExtendedParty14{ ExtendedPartyRole IsoExtended350Code } ExtendedParty14 *-- "1..1" InvestmentAccountOwnershipInformation16 : OtherPartyDetails %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% InvestmentAccountOwnershipInformation16 recursion level 1 with max 1 class InvestmentAccountOwnershipInformation16{ ClientIdentification IsoMax35Text FiscalExemption IsoYesNoIndicator SignatoryRightIndicator IsoYesNoIndicator FATCAReportingDate IsoISODate CRSReportingDate IsoISODate Language LanguageCode ElectronicMailingServiceReference IsoMax350Text ControllingParty IsoYesNoIndicator } InvestmentAccountOwnershipInformation16 *-- "1..1" IParty47Choice : Party InvestmentAccountOwnershipInformation16 *-- "0..1" IMoneyLaunderingCheck1Choice : MoneyLaunderingCheck InvestmentAccountOwnershipInformation16 *-- "0..0" PartyProfileInformation5 : InvestorProfileValidation InvestmentAccountOwnershipInformation16 *-- "0..1" OwnershipBeneficiaryRate1 : OwnershipBeneficiaryRate InvestmentAccountOwnershipInformation16 *-- "0..1" MiFIDClassification1 : MiFIDClassification InvestmentAccountOwnershipInformation16 *-- "0..0" Notification2 : Notification InvestmentAccountOwnershipInformation16 *-- "0..0" IFATCAForm1Choice : FATCAFormType InvestmentAccountOwnershipInformation16 *-- "0..0" FATCAStatus2 : FATCAStatus InvestmentAccountOwnershipInformation16 *-- "0..0" ICRSForm1Choice : CRSFormType InvestmentAccountOwnershipInformation16 *-- "0..0" CRSStatus4 : CRSStatus InvestmentAccountOwnershipInformation16 *-- "0..0" GenericIdentification82 : OtherIdentification InvestmentAccountOwnershipInformation16 *-- "0..1" ITaxExemptionReason2Choice : TaxExemption InvestmentAccountOwnershipInformation16 *-- "0..0" TaxReporting3 : TaxReporting InvestmentAccountOwnershipInformation16 *-- "0..1" IMailType1Choice : MailType InvestmentAccountOwnershipInformation16 *-- "0..1" CountryAndResidentialStatusType2 : CountryAndResidentialStatus InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : MonetaryWealth InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : EquityValue InvestmentAccountOwnershipInformation16 *-- "0..1" DateAndAmount1 : WorkingCapital InvestmentAccountOwnershipInformation16 *-- "0..1" ICompanyLink1Choice : CompanyLink InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress InvestmentAccountOwnershipInformation16 *-- "0..1" RegulatoryInformation1 : AdditionalRegulatoryInformation InvestmentAccountOwnershipInformation16 *-- "0..1" IAccountingStatus1Choice : AccountingStatus InvestmentAccountOwnershipInformation16 *-- "0..0" AdditiononalInformation13 : AdditionalInformation %% IRegisteredShareholderName1Choice recursion level 1 with max 1
AccountParties17 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PrincipalAccountParty | Main party associated with the account. | IAccountParties12Choice - Required 1..1 |
SecondaryOwner | Entity that is not the primary owner when the ownership of the investment account is split among several owners. | InvestmentAccountOwnershipInformation16 - 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. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
PowerOfAttorney | Entity that was given the authority by another entity to act on its behalf. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
LegalGuardian | Entity that has been appointed by a legal authority to act on behalf of a person judged to be incapacitated. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
CustodianForMinor | Entity that holds shares/units on behalf of a legal minor. Although the account is registered under the name of the minor, the custodian retains control of the account. | InvestmentAccountOwnershipInformation16 - 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. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
Administrator | Entity that has been appointed by a legal authority to act on behalf of a person or organisation that has gone bankrupt. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
OtherParty | Other type of party. | ExtendedParty14 - Unknown 0..0 |
Granter | Granter role in the hedge funds industry. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
Settlor | Entity that creates a trust or contributes assets to the trust. | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
SeniorManagingOfficial | Party that makes, or participates in the making of, decisions that affect the whole, or a substantial part, of the business of a customer of a reporting entity or that has the capacity to affect significantly the financial standing of a customer of a reporting entity. Typically, this is a controlling person of a corporate (ownership type CORP). | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
Protector | Person appointed under the trust instrument to direct or restrain the trustees in relation to their administration of the trust. Typically, this is a controlling person of a trust (ownership type TRUS) or other non-individual organisation (ownership type ONIS). | InvestmentAccountOwnershipInformation16 - Unknown 0..0 |
RegisteredShareholderName | Party that registers its name with the issuer and the name used for the registration. | IRegisteredShareholderName1Choice - Optional 0..1 |
Intermediaries building block
Confirmation of an intermediary or other party related to the management of the account. Identification of a party and its role. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Intermediary46 recursion level 0 with max 1 class Intermediary46{ LegalEntityIdentifier IsoLEIIdentifier WaivedTrailerCommissionIndicator IsoYesNoIndicator } Intermediary46 *-- "1..1" IPartyIdentification177Choice : Identification Intermediary46 *-- "0..1" Account32 : Account Intermediary46 *-- "0..1" IPartyRole2Choice : Role Intermediary46 *-- "0..0" CommunicationAddress6 : PrimaryCommunicationAddress Intermediary46 *-- "0..0" CommunicationAddress6 : SecondaryCommunicationAddress Intermediary46 *-- "0..1" NameAndAddress4 : NameAndAddress %% IPartyIdentification177Choice recursion level 1 with max 1 %% Account32 recursion level 1 with max 1 class Account32{ Identification IsoMax35Text } Account32 *-- "1..1" IPartyIdentification125Choice : AccountServicer %% IPartyRole2Choice recursion level 1 with max 1 %% CommunicationAddress6 recursion level 1 with max 1 class CommunicationAddress6{ Email IsoMax256Text Phone IsoPhoneNumber Mobile IsoPhoneNumber FaxNumber IsoPhoneNumber TelexAddress IsoMax35Text URLAddress IsoMax256Text } CommunicationAddress6 *-- "0..1" IAddressType1Choice : AddressType %% CommunicationAddress6 recursion level 1 with max 1 class CommunicationAddress6{ Email IsoMax256Text Phone IsoPhoneNumber Mobile IsoPhoneNumber FaxNumber IsoPhoneNumber TelexAddress IsoMax35Text URLAddress IsoMax256Text } CommunicationAddress6 *-- "0..1" IAddressType1Choice : AddressType %% NameAndAddress4 recursion level 1 with max 1 class NameAndAddress4{ Name IsoMax350Text } NameAndAddress4 *-- "1..1" PostalAddress1 : Address
Intermediary46 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique and unambiguous identifier for an organisation that is allocated by an institution. | IPartyIdentification177Choice - Required 1..1 |
LegalEntityIdentifier | Identification of the organisation with a Legal Entity Identifier. This is a code allocated to a party as described in ISO 17442 “Financial Services - Legal Entity Identifier (LEI)”. | IsoLEIIdentifier - Optional 0..1 |
Account | Business relationship between two entities; one entity is the account owner, the other entity is the account servicer. | Account32 - 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. | CommunicationAddress6 - Unknown 0..0 |
SecondaryCommunicationAddress | Communication device number or electronic address used for communication. | CommunicationAddress6 - Unknown 0..0 |
NameAndAddress | Information that locates and identifies a specific address, as defined by postal services. | NameAndAddress4 - Optional 0..1 |
Placement building block
Confirmation of referral information. 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 %% ReferredAgent3 recursion level 0 with max 1 class ReferredAgent3{ Referred Referred1Code } ReferredAgent3 *-- "0..1" IPartyIdentification125Choice : ReferredPlacementAgent %% IPartyIdentification125Choice recursion level 1 with max 1
ReferredAgent3 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. | IPartyIdentification125Choice - Optional 0..1 |
NewIssueAllocation building block
Confirmation of 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
Confirmation of the information related to a savings plan that is related to the account. 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 %% InvestmentPlan17 recursion level 0 with max 1 class InvestmentPlan17{ StartDate IsoISODate EndDate IsoISODate GrossAmountIndicator IsoYesNoIndicator IncomePreference IncomePreference2Code TotalNumberOfInstalments IsoNumber RoundingDirection RoundingDirection1Code ContractReference IsoMax35Text RelatedContractReference IsoMax35Text ProductIdentification IsoMax35Text SLAChargeAndCommissionReference IsoMax35Text } InvestmentPlan17 *-- "1..1" IFrequency20Choice : Frequency InvestmentPlan17 *-- "1..1" IUnitsOrAmount1Choice : Quantity InvestmentPlan17 *-- "0..1" IInitialAmount1Choice : InitialAmount InvestmentPlan17 *-- "1..50" Repartition6 : SecurityDetails InvestmentPlan17 *-- "0..8" CashSettlement3 : CashSettlement InvestmentPlan17 *-- "0..1" IInsuranceType2Choice : InsuranceCover InvestmentPlan17 *-- "0..1" IPlanStatus2Choice : PlanStatus InvestmentPlan17 *-- "0..1" IPartyRole4Choice : InstalmentManagerRole %% IFrequency20Choice recursion level 1 with max 1 %% IUnitsOrAmount1Choice recursion level 1 with max 1 %% IInitialAmount1Choice recursion level 1 with max 1 %% Repartition6 recursion level 1 with max 1 class Repartition6{ CurrencyOfPlan ActiveOrHistoricCurrencyCode } Repartition6 *-- "1..1" IUnitsOrAmountOrPercentage1Choice : Quantity Repartition6 *-- "1..1" FinancialInstrument87 : FinancialInstrument %% CashSettlement3 recursion level 1 with max 1 CashSettlement3 *-- "0..0" CashAccount204 : CashAccountDetails CashSettlement3 *-- "0..0" PaymentInstrument17 : OtherCashSettlementDetails %% IInsuranceType2Choice recursion level 1 with max 1 %% IPlanStatus2Choice recursion level 1 with max 1 %% IPartyRole4Choice recursion level 1 with max 1
InvestmentPlan17 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 transaction overhead). 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. | IncomePreference2Code - Optional 0..1 |
InitialAmount | Initial amount or number of initial instalments. | IInitialAmount1Choice - 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. | Repartition6 - Collection 1..50 |
CashSettlement | Cash settlement standing instruction associated to the investment plan. | CashSettlement3 - 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 fees. | IsoMax35Text - Optional 0..1 |
InsuranceCover | Specifies the type of insurance contract to which the savings investment plan is linked. | IInsuranceType2Choice - Optional 0..1 |
PlanStatus | Status of the savings or withdrawal investment plan. | IPlanStatus2Choice - Optional 0..1 |
InstalmentManagerRole | Role or function of the instalment manager. | IPartyRole4Choice - Optional 0..1 |
WithdrawalInvestmentPlan building block
Confirmation of the information related to a withdrawal plan that is related to the account. 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 %% InvestmentPlan17 recursion level 0 with max 1 class InvestmentPlan17{ StartDate IsoISODate EndDate IsoISODate GrossAmountIndicator IsoYesNoIndicator IncomePreference IncomePreference2Code TotalNumberOfInstalments IsoNumber RoundingDirection RoundingDirection1Code ContractReference IsoMax35Text RelatedContractReference IsoMax35Text ProductIdentification IsoMax35Text SLAChargeAndCommissionReference IsoMax35Text } InvestmentPlan17 *-- "1..1" IFrequency20Choice : Frequency InvestmentPlan17 *-- "1..1" IUnitsOrAmount1Choice : Quantity InvestmentPlan17 *-- "0..1" IInitialAmount1Choice : InitialAmount InvestmentPlan17 *-- "1..50" Repartition6 : SecurityDetails InvestmentPlan17 *-- "0..8" CashSettlement3 : CashSettlement InvestmentPlan17 *-- "0..1" IInsuranceType2Choice : InsuranceCover InvestmentPlan17 *-- "0..1" IPlanStatus2Choice : PlanStatus InvestmentPlan17 *-- "0..1" IPartyRole4Choice : InstalmentManagerRole %% IFrequency20Choice recursion level 1 with max 1 %% IUnitsOrAmount1Choice recursion level 1 with max 1 %% IInitialAmount1Choice recursion level 1 with max 1 %% Repartition6 recursion level 1 with max 1 class Repartition6{ CurrencyOfPlan ActiveOrHistoricCurrencyCode } Repartition6 *-- "1..1" IUnitsOrAmountOrPercentage1Choice : Quantity Repartition6 *-- "1..1" FinancialInstrument87 : FinancialInstrument %% CashSettlement3 recursion level 1 with max 1 CashSettlement3 *-- "0..0" CashAccount204 : CashAccountDetails CashSettlement3 *-- "0..0" PaymentInstrument17 : OtherCashSettlementDetails %% IInsuranceType2Choice recursion level 1 with max 1 %% IPlanStatus2Choice recursion level 1 with max 1 %% IPartyRole4Choice recursion level 1 with max 1
InvestmentPlan17 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 transaction overhead). 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. | IncomePreference2Code - Optional 0..1 |
InitialAmount | Initial amount or number of initial instalments. | IInitialAmount1Choice - 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. | Repartition6 - Collection 1..50 |
CashSettlement | Cash settlement standing instruction associated to the investment plan. | CashSettlement3 - 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 fees. | IsoMax35Text - Optional 0..1 |
InsuranceCover | Specifies the type of insurance contract to which the savings investment plan is linked. | IInsuranceType2Choice - Optional 0..1 |
PlanStatus | Status of the savings or withdrawal investment plan. | IPlanStatus2Choice - Optional 0..1 |
InstalmentManagerRole | Role or function of the instalment manager. | IPartyRole4Choice - Optional 0..1 |
CashSettlement building block
Confirmation of a cash settlement standing instruction associated to transactions on the account. Cash settlement parties and accounts. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CashSettlement3 recursion level 0 with max 1 CashSettlement3 *-- "0..0" CashAccount204 : CashAccountDetails CashSettlement3 *-- "0..0" PaymentInstrument17 : OtherCashSettlementDetails %% CashAccount204 recursion level 1 with max 1 class CashAccount204{ SettlementCurrency ActiveCurrencyCode CreditDebit CreditDebit3Code DividendPercentage IsoPercentageBoundedRate } CashAccount204 *-- "1..1" AccountIdentificationAndName5 : Identification CashAccount204 *-- "0..1" IPartyIdentification125Choice : AccountOwner CashAccount204 *-- "0..1" IFinancialInstitutionIdentification11Choice : AccountServicer CashAccount204 *-- "0..1" BranchData4 : AccountServicerBranch CashAccount204 *-- "0..0" GenericIdentification82 : AccountOwnerOtherIdentification CashAccount204 *-- "0..1" IAccountType2Choice : InvestmentAccountType CashAccount204 *-- "0..1" ISettlementInstructionReason1Choice : SettlementInstructionReason CashAccount204 *-- "0..1" ICashAccountType3Choice : CashAccountPurpose CashAccount204 *-- "0..1" IAccountDesignation1Choice : CashAccountDesignation %% PaymentInstrument17 recursion level 1 with max 1 class PaymentInstrument17{ SettlementCurrency ActiveCurrencyCode DividendPercentage IsoPercentageBoundedRate } PaymentInstrument17 *-- "0..1" IPaymentInstrument24Choice : SubscriptionPaymentInstrument PaymentInstrument17 *-- "0..1" IPaymentInstrument19Choice : RedemptionPaymentInstrument PaymentInstrument17 *-- "0..1" IPaymentInstrument19Choice : DividendPaymentInstrument PaymentInstrument17 *-- "0..1" IPaymentInstrument24Choice : SavingsPlanPaymentInstrument PaymentInstrument17 *-- "0..1" IPaymentInstrument19Choice : InterestPaymentInstrument
CashSettlement3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
CashAccountDetails | Account to credit or debit. When this is an account to debit, this is for the payment of a subscription to an investment fund, a savings plan payment, the purchase of securities or the payment of charges. When this is an account to credit, this is for the payment of an amount as a result of a redemption of investment fund units, the sale of securities, interest and dividend payments. A single account may be specified for all cash movements on the account or cash accounts may be specified for specific types of transactions on the account. | CashAccount204 - Unknown 0..0 |
OtherCashSettlementDetails | Method of payment other than a cash account. | PaymentInstrument17 - Unknown 0..0 |
ServiceLevelAgreement building block
Identifies documents to be provided for the account opening. 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 %% DocumentToSend4 recursion level 0 with max 1 class DocumentToSend4{ Type IsoMax140Text } DocumentToSend4 *-- "1..1" IPartyIdentification125Choice : Recipient DocumentToSend4 *-- "1..1" ICommunicationMethod3Choice : MethodOfTransmission %% IPartyIdentification125Choice recursion level 1 with max 1 %% ICommunicationMethod3Choice recursion level 1 with max 1
DocumentToSend4 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Type | Type of document. | IsoMax140Text - Required 1..1 |
Recipient | Party that should receive the document. | IPartyIdentification125Choice - Required 1..1 |
MethodOfTransmission | Communication method to be used. | ICommunicationMethod3Choice - Required 1..1 |
AdditionalInformation building block
Additional information such as remarks or notes that must be conveyed about the party and or limitations and restrictions. Restrictions, remarks or notes that may be applied to an account or investment plan. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditiononalInformation13 recursion level 0 with max 1 class AdditiononalInformation13{ Limitation IsoMax350Text AdditionalInformation IsoMax350Text AccountValidation IsoMax350Text Type IsoMax35Text } AdditiononalInformation13 *-- "0..1" IPartyIdentification125Choice : Regulator AdditiononalInformation13 *-- "0..1" IRestrictionStatus1Choice : Status AdditiononalInformation13 *-- "0..1" DateTimePeriod2 : Period %% IPartyIdentification125Choice recursion level 1 with max 1 %% IRestrictionStatus1Choice recursion level 1 with max 1 %% DateTimePeriod2 recursion level 1 with max 1 class DateTimePeriod2{ FromDateTime IsoISODateTime ToDateTime IsoISODateTime }
AdditiononalInformation13 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Limitation | Restrictions and/or limitations on the account or party. | IsoMax350Text - Optional 0..1 |
AdditionalInformation | Additional information such as remarks or notes that must be conveyed about the account management activity or party. | IsoMax350Text - Optional 0..1 |
AccountValidation | Information or instructions for the by-passing of validations in the account registration process. | IsoMax350Text - Optional 0..1 |
Type | Type or identification of the remark, note, limitation or restriction. | IsoMax35Text - Optional 0..1 |
Regulator | Regulator that may have to be informed about the remark, note, limitation or restriction. | IPartyIdentification125Choice - Optional 0..1 |
Status | Status of the remark, note, limitation or restriction. | IRestrictionStatus1Choice - Optional 0..1 |
Period | Period of the restriction. | DateTimePeriod2 - Optional 0..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 AccountDetailsConfirmationV08 implementation follows a specific implementaiton pattern. First of all, AccountDetailsConfirmationV08 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, AccountDetailsConfirmationV08Document implements IOuterDocument. Because AccountDetailsConfirmationV08 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type AccountDetailsConfirmationV08.
classDiagram class IOuterRecord AccountDetailsConfirmationV08 --|> IOuterRecord : Implements AccountDetailsConfirmationV08Document --|> IOuterDocument~AccountDetailsConfirmationV08~ : Implements class IOuterDocument~AccountDetailsConfirmationV08~ { AccountDetailsConfirmationV08 Message }
Document wrapper for serialization
The only real purpose AccountDetailsConfirmationV08Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:acmt.002.001.08’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using AccountDetailsConfirmationV08.ToDocument() method. The returned AccountDetailsConfirmationV08Document value will serialize correctly according to ISO 20022 standards.
classDiagram AccountDetailsConfirmationV08Document *-- AccountDetailsConfirmationV08 : 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.002.001.08">
<AcctDtlsConf>
<MsgId>
<!-- MessageIdentification inner content -->
</MsgId>
<OrdrRef>
<!-- OrderReference inner content -->
</OrdrRef>
<RltdRef>
<!-- RelatedReference inner content -->
</RltdRef>
<ConfDtls>
<!-- ConfirmationDetails inner content -->
</ConfDtls>
<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>
<AddtlInf>
<!-- AdditionalInformation inner content -->
</AddtlInf>
<MktPrctcVrsn>
<!-- MarketPracticeVersion inner content -->
</MktPrctcVrsn>
<Xtnsn>
<!-- Extension inner content -->
</Xtnsn>
</AcctDtlsConf>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_lUvrIZDiEem7fvtoGpNpow"
previousVersion="_7bHvcUNDEeaknIuOb43xYQ"
name="AccountDetailsConfirmationV08"
definition="Scope
The AccountDetailsConfirmation message is sent by an account servicer, for example, a registrar, transfer agent, custodian bank or securities depository to the account owner, for example, an investor to confirm the opening of an account, execution of an AccountModificationInstruction or to return information requested in a GetAccountDetails message.
Usage
The AccountDetailsConfirmation message is used to confirm the opening of an account, modification of an account or the provision of information requested in a previously sent GetAccountDetails message. The message contains detailed information relevant to the opened account.
When the AccountDetailsConfirmation is used to confirm execution of an AccountModificationInstruction message, it may:
- contain the modified subsets of account details that were specified in the AccountModificationInstruction, and/or
- provide the status of the account.
When the AccountModificationInstruction message is used to instruct the closure of an account, the AccountDetailsConfirmation message is used to confirm the account has been closed. 
When the AccountDetailsConfirmation is used to reply to a GetAccountDetails message, it returns the selected subsets of account details that were specified in the GetAccountDetails message."
registrationStatus="Registered"
messageSet="_hijK0WiLEeOuqdLlpUIWBw _qCumkAFwEeu2__1EbNXzuA"
xmlTag="AcctDtlsConf"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_lUvrI5DiEem7fvtoGpNpow"
previousVersion="_7bHvc0NDEeaknIuOb43xYQ"
name="InvestmentAccountRule"
definition="If ConfirmationDetails/ConfirmationType/Code is ACCO (AccountOpening), then InvestmentAccount must be present."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_lUvrJZDiEem7fvtoGpNpow"
previousVersion="_7bHvdUNDEeaknIuOb43xYQ"
name="UnitRule"
definition="If SavingsInvestmentPlan is present, then SavingsInvestmentPlan/Quantity/Unit is not allowed."
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="Absence"><leftOperand>/SavingsInvestmentPlan[*]/Quantity/Unit</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/SavingsInvestmentPlan[*]</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<messageBuildingBlock
xmi:id="_lUvrJ5DiEem7fvtoGpNpow"
previousVersion="_7bHvd0NDEeaknIuOb43xYQ"
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="_lUvrKZDiEem7fvtoGpNpow"
previousVersion="_7bHveUNDEeaknIuOb43xYQ"
name="OrderReference"
definition="Identifies a related order or settlement transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="OrdrRef"
complexType="_TS4rE9p-Ed-ak6NoX_4Aeg_369581700" />
<messageBuildingBlock
xmi:id="_lUvrK5DiEem7fvtoGpNpow"
previousVersion="_7bHve0NDEeaknIuOb43xYQ"
name="RelatedReference"
definition="Reference to a linked message that was previously received."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="RltdRef"
complexType="_H2CF4ZS9EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrLZDiEem7fvtoGpNpow"
previousVersion="_7bHvfUNDEeaknIuOb43xYQ"
name="ConfirmationDetails"
definition="Information about the request or instruction which triggered this confirmation."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="ConfDtls"
complexType="_a_WqsZS-EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrL5DiEem7fvtoGpNpow"
previousVersion="_7bHvf0NDEeaknIuOb43xYQ"
name="InvestmentAccount"
definition="Confirmation of the information related to the investment account."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="InvstmtAcct"
complexType="_QXj3h5S8EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrMZDiEem7fvtoGpNpow"
previousVersion="_7bHvgUNDEeaknIuOb43xYQ"
name="AccountParties"
definition="Confirmation of information related to parties that are related to the account, for example, primary account owner."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AcctPties"
complexType="_kz0oJZQ_EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrM5DiEem7fvtoGpNpow"
previousVersion="_7bHvg0NDEeaknIuOb43xYQ"
name="Intermediaries"
definition="Confirmation of an intermediary or other party related to the management of the account."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Intrmies"
complexType="_kMs9xZQ_EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrNZDiEem7fvtoGpNpow"
previousVersion="_7bHvhUNDEeaknIuOb43xYQ"
name="Placement"
definition="Confirmation of referral information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Plcmnt"
complexType="_hyxAAZRBEemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrN5DiEem7fvtoGpNpow"
previousVersion="_7bHvh0NDEeaknIuOb43xYQ"
name="NewIssueAllocation"
definition="Confirmation of 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="_lUvrOZDiEem7fvtoGpNpow"
previousVersion="_7bHviUNDEeaknIuOb43xYQ"
name="SavingsInvestmentPlan"
definition="Confirmation of the information related to a savings plan that is related to the account."
registrationStatus="Provisionally Registered"
maxOccurs="50"
minOccurs="0"
xmlTag="SvgsInvstmtPlan"
complexType="_PbwWnZS8EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrO5DiEem7fvtoGpNpow"
previousVersion="_7bHvi0NDEeaknIuOb43xYQ"
name="WithdrawalInvestmentPlan"
definition="Confirmation of the information related to a withdrawal plan that is related to the account."
registrationStatus="Provisionally Registered"
maxOccurs="10"
minOccurs="0"
xmlTag="WdrwlInvstmtPlan"
complexType="_PbwWnZS8EemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrPZDiEem7fvtoGpNpow"
previousVersion="_7bHvjUNDEeaknIuOb43xYQ"
name="CashSettlement"
definition="Confirmation of a cash settlement standing instruction associated to transactions on the account."
registrationStatus="Provisionally Registered"
maxOccurs="8"
minOccurs="0"
xmlTag="CshSttlm"
complexType="_I-td0ZTAEemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrP5DiEem7fvtoGpNpow"
previousVersion="_7bHvj0NDEeaknIuOb43xYQ"
name="ServiceLevelAgreement"
definition="Identifies documents to be provided for the account opening."
registrationStatus="Provisionally Registered"
maxOccurs="30"
minOccurs="0"
xmlTag="SvcLvlAgrmt"
complexType="_y2mIcZTFEemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrQZDiEem7fvtoGpNpow"
previousVersion="_7bHvkUNDEeaknIuOb43xYQ"
name="AdditionalInformation"
definition="Additional information such as remarks or notes that must be conveyed about the party and or limitations and restrictions."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="AddtlInf"
complexType="_1ivxoZRBEemqYPWMBuVawg" />
<messageBuildingBlock
xmi:id="_lUvrQ5DiEem7fvtoGpNpow"
previousVersion="_7bHvk0NDEeaknIuOb43xYQ"
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="_lUvrRZDiEem7fvtoGpNpow"
previousVersion="_7bIWgUNDEeaknIuOb43xYQ"
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="002"
flavour="001"
version="08" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.