semt.003.001.02
Scope An account servicer, for example, a transfer agent sends the AccountStatementOfHoldings message to the account owner, for example, a fund manager or an account owner’s designated agent to provide detailed holdings of the portfolio at a specified moment in time. The message provides, at a moment in time, valuations of the portfolio together with details of each financial instrument holding. The message can be sent either audited or un-audited and may be provided on a trade date or settlement date basis. Usage The AccountingStatementOfHoldings message is used to provide valuation detail for each financial instrument held in a portfolio. The message should be sent at a frequency agreed bi-laterally between the account servicer and the account owner. This message can only be used to list the holdings of a single (master) account. However, it is possible to break down these holdings into one or several sub-accounts. Therefore, the message can be used to either specify holdings at
- the main account level, or,
- the sub-account level. This message can be used to report where the financial instruments are safe-kept, physically or notionally. If a security is held in more than one safekeeping place, this can also be indicated. The AccountingStatementOfHoldings message should not be used for trading purposes.
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 %% AccountingStatementOfHoldingsV02 recursion level 0 with max 0 AccountingStatementOfHoldingsV02 *-- "1..1" MessageIdentification1 : MessageIdentification AccountingStatementOfHoldingsV02 *-- "0..1" AdditionalReference2 : PreviousReference AccountingStatementOfHoldingsV02 *-- "0..1" AdditionalReference2 : RelatedReference AccountingStatementOfHoldingsV02 *-- "1..1" Pagination : MessagePagination AccountingStatementOfHoldingsV02 *-- "1..1" Statement6 : StatementGeneralDetails AccountingStatementOfHoldingsV02 *-- "1..1" SafekeepingAccount2 : AccountDetails AccountingStatementOfHoldingsV02 *-- "0..1" AggregateBalanceInformation3 : BalanceForAccount AccountingStatementOfHoldingsV02 *-- "0..1" SubAccountIdentification3 : SubAccountDetails AccountingStatementOfHoldingsV02 *-- "0..1" TotalValueInPageAndStatement : TotalValues AccountingStatementOfHoldingsV02 *-- "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 a message from a business application standpoint. Identifies a message by a unique identifier and the date and time when the message was created by the sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% MessageIdentification1 recursion level 0 with max 1 class MessageIdentification1{ Identification IsoMax35Text CreationDateTime IsoISODateTime }
MessageIdentification1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identification of the message. | IsoMax35Text - Required 1..1 |
CreationDateTime | Date of creation of the message. | IsoISODateTime - Required 1..1 |
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 %% AdditionalReference2 recursion level 0 with max 1 class AdditionalReference2{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference2 *-- "0..1" IPartyIdentification1Choice : ReferenceIssuer %% IPartyIdentification1Choice recursion level 1 with max 1
AdditionalReference2 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. | IPartyIdentification1Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
RelatedReference building block
Reference to a linked message that was previously received. 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 %% AdditionalReference2 recursion level 0 with max 1 class AdditionalReference2{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference2 *-- "0..1" IPartyIdentification1Choice : ReferenceIssuer %% IPartyIdentification1Choice recursion level 1 with max 1
AdditionalReference2 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. | IPartyIdentification1Choice - Optional 0..1 |
MessageName | Name of a message. | IsoMax35Text - Optional 0..1 |
MessagePagination building block
Pagination of the message. Number used to sequence pages when it is not possible for data to be conveyed in a single message and the data has to be split across several pages (messages). For comparison, see the ISO20022 official specification
classDiagram direction tb %% Pagination recursion level 0 with max 1 class Pagination{ PageNumber IsoMax5NumericText LastPageIndicator IsoYesNoIndicator }
Pagination members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PageNumber | Page number. | IsoMax5NumericText - Required 1..1 |
LastPageIndicator | Indicates the last page. | IsoYesNoIndicator - Required 1..1 |
StatementGeneralDetails building block
General information related to the accounting statement of holdings. General characteristics related to a statement which reports information for a precise date. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Statement6 recursion level 0 with max 1 class Statement6{ Reference IsoMax35Text ActivityIndicator IsoYesNoIndicator ReportNumber IsoMax5NumericText AuditedIndicator IsoYesNoIndicator } Statement6 *-- "1..1" IDateAndDateTimeChoice : StatementDateTime Statement6 *-- "0..1" IDateAndDateTimeChoice : CreationDateTime Statement6 *-- "1..1" IFrequencyCodeAndDSSCode1Choice : Frequency Statement6 *-- "1..1" IStatementUpdateTypeCodeAndDSSCodeChoice : UpdateType Statement6 *-- "1..1" IStatementBasisCodeAndDSSCodeChoice : StatementBasis %% IDateAndDateTimeChoice recursion level 1 with max 1 %% IDateAndDateTimeChoice recursion level 1 with max 1 %% IFrequencyCodeAndDSSCode1Choice recursion level 1 with max 1 %% IStatementUpdateTypeCodeAndDSSCodeChoice recursion level 1 with max 1 %% IStatementBasisCodeAndDSSCodeChoice recursion level 1 with max 1
Statement6 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Reference of the statement. | IsoMax35Text - Required 1..1 |
StatementDateTime | Date of the statement. | IDateAndDateTimeChoice - Required 1..1 |
CreationDateTime | Preparation date of the statement. | IDateAndDateTimeChoice - Optional 0..1 |
Frequency | Frequency of the statement. | IFrequencyCodeAndDSSCode1Choice - Required 1..1 |
UpdateType | Indicates whether the report is complete or contains changes only. | IStatementUpdateTypeCodeAndDSSCodeChoice - Required 1..1 |
ActivityIndicator | Indicates whether there is activity or information update reported in the statement. | IsoYesNoIndicator - Required 1..1 |
StatementBasis | Type of balance on which the statement is prepared. | IStatementBasisCodeAndDSSCodeChoice - Required 1..1 |
ReportNumber | Sequential number of the statement. | IsoMax5NumericText - Optional 0..1 |
AuditedIndicator | Indicates whether the statement is audited. | IsoYesNoIndicator - Required 1..1 |
AccountDetails building block
The safekeeping or investment account. Safekeeping or investment account. A safekeeping account is an account on which a securities entry is made. An investment account is an 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 %% SafekeepingAccount2 recursion level 0 with max 1 class SafekeepingAccount2{ FungibleIndicator IsoYesNoIndicator Name IsoMax35Text Designation IsoMax35Text } SafekeepingAccount2 *-- "1..1" IAccountIdentificationFormatChoice : Identification SafekeepingAccount2 *-- "0..10" Intermediary11 : IntermediaryInformation SafekeepingAccount2 *-- "0..1" IPartyIdentification2Choice : AccountOwner SafekeepingAccount2 *-- "0..1" IPartyIdentification2Choice : AccountServicer %% IAccountIdentificationFormatChoice recursion level 1 with max 1 %% Intermediary11 recursion level 1 with max 1 class Intermediary11{ Role InvestmentFundRole2Code ExtendedRole IsoExtended350Code } Intermediary11 *-- "1..1" IPartyIdentification2Choice : Identification Intermediary11 *-- "0..1" Account7 : Account %% IPartyIdentification2Choice recursion level 1 with max 1 %% IPartyIdentification2Choice recursion level 1 with max 1
SafekeepingAccount2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique and unambiguous identification for the account between the account owner and the account servicer. | IAccountIdentificationFormatChoice - Required 1..1 |
FungibleIndicator | Indicates whether the securities in the account are fungible, ie, interchangeable. | IsoYesNoIndicator - Required 1..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 |
IntermediaryInformation | Party that provides services relating to financial products to investors, eg, advice on products and placement of orders for the investment fund. | Intermediary11 - Collection 0..10 |
AccountOwner | Party that legally owns the account. | IPartyIdentification2Choice - 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 |
BalanceForAccount building block
Net position of a segregated holding, in a single security, within the overall position held in a securities account. Net position of a segregated holding, in a single security, within the overall position held in a securities account. A securities balance is calculated from the sum of securities’ receipts minus the sum of securities’ deliveries. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AggregateBalanceInformation3 recursion level 0 with max 1 class AggregateBalanceInformation3{ DaysAccrued IsoNumber HoldingValue IsoActiveOrHistoricCurrencyAndAmount PreviousHoldingValue IsoActiveOrHistoricCurrencyAndAmount AccruedInterestAmount IsoActiveOrHistoricCurrencyAndAmount AccruedInterestAmountSign IsoPlusOrMinusIndicator BookValue IsoActiveOrHistoricCurrencyAndAmount } AggregateBalanceInformation3 *-- "1..1" IBalanceQuantity1Choice : AggregateQuantity AggregateBalanceInformation3 *-- "0..1" ISafekeepingPlaceFormatChoice : SafekeepingPlace AggregateBalanceInformation3 *-- "1..1" FinancialInstrument13 : FinancialInstrumentDetails AggregateBalanceInformation3 *-- "1..0" PriceInformation2 : PriceDetails AggregateBalanceInformation3 *-- "0..1" ForeignExchangeTerms6 : ForeignExchangeDetails AggregateBalanceInformation3 *-- "0..0" SubBalanceInformation2 : BalanceBreakdownDetails AggregateBalanceInformation3 *-- "0..0" AdditionalBalanceInformation2 : AdditionalBalanceBreakdownDetails AggregateBalanceInformation3 *-- "0..0" AggregateBalancePerSafekeepingPlace4 : BalanceAtSafekeepingPlace %% IBalanceQuantity1Choice recursion level 1 with max 1 %% ISafekeepingPlaceFormatChoice recursion level 1 with max 1 %% FinancialInstrument13 recursion level 1 with max 1 class FinancialInstrument13{ Name IsoMax350Text SupplementaryIdentification IsoMax35Text ClassType IsoMax35Text SecuritiesForm FormOfSecurity1Code DistributionPolicy DistributionPolicy1Code } FinancialInstrument13 *-- "1..1" ISecurityIdentification3Choice : Identification %% PriceInformation2 recursion level 1 with max 1 class PriceInformation2{ ValueType PriceValueType2Code Type TypeOfPrice11Code ExtendedType IsoExtended350Code Yielded IsoYesNoIndicator } PriceInformation2 *-- "1..1" IPriceRateOrAmountOrUnknownChoice : Value PriceInformation2 *-- "0..1" IPriceSourceFormatChoice : SourceOfPrice PriceInformation2 *-- "0..1" IDateAndDateTimeChoice : QuotationDate %% ForeignExchangeTerms6 recursion level 1 with max 1 class ForeignExchangeTerms6{ UnitCurrency ActiveOrHistoricCurrencyCode QuotedCurrency ActiveOrHistoricCurrencyCode ExchangeRate IsoBaseOneRate QuotationDate IsoISODateTime } ForeignExchangeTerms6 *-- "0..1" IPartyIdentification2Choice : QuotingInstitution %% SubBalanceInformation2 recursion level 1 with max 1 class SubBalanceInformation2{ SubBalanceType SecuritiesBalanceType1Code ExtendedSubBalanceType IsoExtended350Code } SubBalanceInformation2 *-- "1..1" ISubBalanceQuantity1Choice : Quantity SubBalanceInformation2 *-- "0..0" AdditionalBalanceInformation2 : AdditionalBalanceBreakdownDetails %% AdditionalBalanceInformation2 recursion level 1 with max 1 class AdditionalBalanceInformation2{ SubBalanceType SecuritiesBalanceType2Code ExtendedSubBalanceType IsoExtended350Code } AdditionalBalanceInformation2 *-- "1..1" ISubBalanceQuantity1Choice : Quantity %% AggregateBalancePerSafekeepingPlace4 recursion level 1 with max 1 class AggregateBalancePerSafekeepingPlace4{ DaysAccrued IsoNumber HoldingValue IsoActiveOrHistoricCurrencyAndAmount PreviousHoldingValue IsoActiveOrHistoricCurrencyAndAmount AccruedInterestAmount IsoActiveOrHistoricCurrencyAndAmount AccruedInterestAmountSign IsoPlusOrMinusIndicator BookValue IsoActiveOrHistoricCurrencyAndAmount } AggregateBalancePerSafekeepingPlace4 *-- "1..1" IBalanceQuantity1Choice : AggregateBalance AggregateBalancePerSafekeepingPlace4 *-- "1..1" ISafekeepingPlaceFormatChoice : SafekeepingPlace AggregateBalancePerSafekeepingPlace4 *-- "1..0" PriceInformation2 : PriceDetails AggregateBalancePerSafekeepingPlace4 *-- "0..1" ForeignExchangeTerms6 : ForeignExchangeDetails AggregateBalancePerSafekeepingPlace4 *-- "0..0" SubBalanceInformation2 : BalanceBreakdownDetails AggregateBalancePerSafekeepingPlace4 *-- "0..0" AdditionalBalanceInformation2 : AdditionalBalanceBreakdownDetails
AggregateBalanceInformation3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AggregateQuantity | Total quantity of financial instrument for the referenced holding. | IBalanceQuantity1Choice - Required 1..1 |
DaysAccrued | Specifies the number of days used for calculating the accrued interest amount. | IsoNumber - Optional 0..1 |
HoldingValue | Total value of a balance of the securities account for a specific financial instrument, expressed in one or more currencies. | IsoActiveOrHistoricCurrencyAndAmount - Unknown 1..0 |
PreviousHoldingValue | Previous total value of a balance of the securities account for a specific financial instrument, expressed in one or more currencies. | IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1 |
AccruedInterestAmount | Interest amount that has accrued in between coupon payment periods. | IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1 |
AccruedInterestAmountSign | Indicates whether the accrued interest is a positive or negative amount. | IsoPlusOrMinusIndicator - Optional 0..1 |
BookValue | Value of a security, as booked in an account. Book value is often different from the current market value of the security. | IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1 |
SafekeepingPlace | Place where the securities are safe-kept, physically or notionally. This place can be, for example, a local custodian, a Central Securities Depository (CSD) or an International Central Securities Depository (ICSD). | ISafekeepingPlaceFormatChoice - Optional 0..1 |
FinancialInstrumentDetails | Security held on the account for which the balance is calculated. | FinancialInstrument13 - Required 1..1 |
PriceDetails | Price of the financial instrument in one or more currencies. | PriceInformation2 - Unknown 1..0 |
ForeignExchangeDetails | Currency exchange related to a securities order. | ForeignExchangeTerms6 - Optional 0..1 |
BalanceBreakdownDetails | Net position of a segregated holding of a single security within the overall position held in a securities account, eg, sub-balance per status. | SubBalanceInformation2 - Unknown 0..0 |
AdditionalBalanceBreakdownDetails | Net position of a segregated holding of a single security within the overall position held in a securities account, eg, sub-balance per status. | AdditionalBalanceInformation2 - Unknown 0..0 |
BalanceAtSafekeepingPlace | Net position of a segregated holding, in a single security, within the overall position held in a securities account at a specified place of safekeeping. | AggregateBalancePerSafekeepingPlace4 - Unknown 0..0 |
SubAccountDetails building block
The sub-account of the safekeeping or investment account. Account to or from which a securities entry is made. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SubAccountIdentification3 recursion level 0 with max 1 class SubAccountIdentification3{ FungibleIndicator IsoYesNoIndicator ActivityIndicator IsoYesNoIndicator } SubAccountIdentification3 *-- "1..1" IAccountIdentificationFormatChoice : Identification SubAccountIdentification3 *-- "0..0" AggregateBalanceInformation3 : BalanceForSubAccount %% IAccountIdentificationFormatChoice recursion level 1 with max 1 %% AggregateBalanceInformation3 recursion level 1 with max 1 class AggregateBalanceInformation3{ DaysAccrued IsoNumber HoldingValue IsoActiveOrHistoricCurrencyAndAmount PreviousHoldingValue IsoActiveOrHistoricCurrencyAndAmount AccruedInterestAmount IsoActiveOrHistoricCurrencyAndAmount AccruedInterestAmountSign IsoPlusOrMinusIndicator BookValue IsoActiveOrHistoricCurrencyAndAmount } AggregateBalanceInformation3 *-- "1..1" IBalanceQuantity1Choice : AggregateQuantity AggregateBalanceInformation3 *-- "0..1" ISafekeepingPlaceFormatChoice : SafekeepingPlace AggregateBalanceInformation3 *-- "1..1" FinancialInstrument13 : FinancialInstrumentDetails AggregateBalanceInformation3 *-- "1..0" PriceInformation2 : PriceDetails AggregateBalanceInformation3 *-- "0..1" ForeignExchangeTerms6 : ForeignExchangeDetails AggregateBalanceInformation3 *-- "0..0" SubBalanceInformation2 : BalanceBreakdownDetails AggregateBalanceInformation3 *-- "0..0" AdditionalBalanceInformation2 : AdditionalBalanceBreakdownDetails AggregateBalanceInformation3 *-- "0..0" AggregateBalancePerSafekeepingPlace4 : BalanceAtSafekeepingPlace
SubAccountIdentification3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique and unambiguous identification for the account between the account owner and the account servicer. | IAccountIdentificationFormatChoice - Required 1..1 |
FungibleIndicator | Indicates whether the securities in the account are fungible, ie, interchangeable. | IsoYesNoIndicator - Required 1..1 |
ActivityIndicator | Indicates whether there is activity reported in the statement. | IsoYesNoIndicator - Required 1..1 |
BalanceForSubAccount | Net position of a segregated holding, in a single security, within the overall position held in a securities account. | AggregateBalanceInformation3 - Unknown 0..0 |
TotalValues building block
Value of total holdings reported. Value of total holdings reported. For comparison, see the ISO20022 official specification
classDiagram direction tb %% TotalValueInPageAndStatement recursion level 0 with max 1 class TotalValueInPageAndStatement{ TotalHoldingsValueOfPage IsoActiveCurrencyAndAmount TotalHoldingsValueOfStatement IsoActiveCurrencyAndAmount }
TotalValueInPageAndStatement members
Member name | Description | Data Type / Multiplicity |
---|---|---|
TotalHoldingsValueOfPage | Total value of positions reported in this message. | IsoActiveCurrencyAndAmount - Optional 0..1 |
TotalHoldingsValueOfStatement | Total value of positions reported in this statement (a statement may comprise one or more messages). | IsoActiveCurrencyAndAmount - Required 1..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 AccountingStatementOfHoldingsV02 implementation follows a specific implementaiton pattern. First of all, AccountingStatementOfHoldingsV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, AccountingStatementOfHoldingsV02Document implements IOuterDocument. Because AccountingStatementOfHoldingsV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type AccountingStatementOfHoldingsV02.
classDiagram class IOuterRecord AccountingStatementOfHoldingsV02 --|> IOuterRecord : Implements AccountingStatementOfHoldingsV02Document --|> IOuterDocument~AccountingStatementOfHoldingsV02~ : Implements class IOuterDocument~AccountingStatementOfHoldingsV02~ { AccountingStatementOfHoldingsV02 Message }
Document wrapper for serialization
The only real purpose AccountingStatementOfHoldingsV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:semt.003.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using AccountingStatementOfHoldingsV02.ToDocument() method. The returned AccountingStatementOfHoldingsV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram AccountingStatementOfHoldingsV02Document *-- AccountingStatementOfHoldingsV02 : 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:semt.003.001.02">
<AcctgStmtOfHldgsV02>
<MsgId>
<!-- MessageIdentification inner content -->
</MsgId>
<PrvsRef>
<!-- PreviousReference inner content -->
</PrvsRef>
<RltdRef>
<!-- RelatedReference inner content -->
</RltdRef>
<MsgPgntn>
<!-- MessagePagination inner content -->
</MsgPgntn>
<StmtGnlDtls>
<!-- StatementGeneralDetails inner content -->
</StmtGnlDtls>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<BalForAcct>
<!-- BalanceForAccount inner content -->
</BalForAcct>
<SubAcctDtls>
<!-- SubAccountDetails inner content -->
</SubAcctDtls>
<TtlVals>
<!-- TotalValues inner content -->
</TtlVals>
<Xtnsn>
<!-- Extension inner content -->
</Xtnsn>
</AcctgStmtOfHldgsV02>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_MbQI2NFSEd-BzquC8wXy7w_1168130771"
nextVersions="_MbjDy9FSEd-BzquC8wXy7w_1753340550"
previousVersion="_MXEzfdFSEd-BzquC8wXy7w_970546686"
name="AccountingStatementOfHoldingsV02"
definition="Scope
An account servicer, for example, a transfer agent sends the AccountStatementOfHoldings message to the account owner, for example, a fund manager or an account owner's designated agent to provide detailed holdings of the portfolio at a specified moment in time.
The message provides, at a moment in time, valuations of the portfolio together with details of each financial instrument holding.
The message can be sent either audited or un-audited and may be provided on a trade date or settlement date basis.
Usage
The AccountingStatementOfHoldings message is used to provide valuation detail for each financial instrument held in a portfolio. The message should be sent at a frequency agreed bi-laterally between the account servicer and the account owner.
This message can only be used to list the holdings of a single (master) account. However, it is possible to break down these holdings into one or several sub-accounts. Therefore, the message can be used to either specify holdings at
- the main account level, or,
- the sub-account level.
This message can be used to report where the financial instruments are safe-kept, physically or notionally. If a security is held in more than one safekeeping place, this can also be indicated.
The AccountingStatementOfHoldings message should not be used for trading purposes."
registrationStatus="Registered"
messageSet="_wFQdsE2rEeG_I4xRYCA_7g _hijK0WiLEeOuqdLlpUIWBw _qCumkAFwEeu2__1EbNXzuA"
xmlTag="AcctgStmtOfHldgsV02"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_MbZSxtFSEd-BzquC8wXy7w_1168131658"
name="BalanceForAccountOrSubAccountDetailsRule"
definition="If StatementGeneralDetails/ActivityIndicator is "true" or "1" (Yes), then either BalanceForAccount or SubAccountDetails is mandatory. If StatementGeneralDetails/ActivityIndicator is "false" or "0" (No), then BalanceForAccount and SubAccountDetails may be present."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_MbQI2dFSEd-BzquC8wXy7w_2056557880"
name="MessageIdentification"
definition="Reference that uniquely identifies a message from a business application standpoint."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="MsgId"
complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
<messageBuildingBlock
xmi:id="_MbQI2tFSEd-BzquC8wXy7w_1168130789"
name="PreviousReference"
definition="Reference to a linked message that was previously sent."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="PrvsRef"
complexType="_RNE1Kdp-Ed-ak6NoX_4Aeg_-577369889" />
<messageBuildingBlock
xmi:id="_MbQI29FSEd-BzquC8wXy7w_1168130832"
name="RelatedReference"
definition="Reference to a linked message that was previously received."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="RltdRef"
complexType="_RNE1Kdp-Ed-ak6NoX_4Aeg_-577369889" />
<messageBuildingBlock
xmi:id="_MbQI3NFSEd-BzquC8wXy7w_1168131281"
name="MessagePagination"
definition="Pagination of the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="MsgPgntn"
complexType="_Q65gBdp-Ed-ak6NoX_4Aeg_-21330104" />
<messageBuildingBlock
xmi:id="_MbZSwNFSEd-BzquC8wXy7w_1168131221"
name="StatementGeneralDetails"
definition="General information related to the accounting statement of holdings."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="StmtGnlDtls"
complexType="_ROkC4tp-Ed-ak6NoX_4Aeg_634334074" />
<messageBuildingBlock
xmi:id="_MbZSwdFSEd-BzquC8wXy7w_1168130866"
name="AccountDetails"
definition="The safekeeping or investment account."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctDtls"
complexType="_QTs9I9p-Ed-ak6NoX_4Aeg_-569609182" />
<messageBuildingBlock
xmi:id="_MbZSwtFSEd-BzquC8wXy7w_1168131109"
name="BalanceForAccount"
definition="Net position of a segregated holding, in a single security, within the overall position held in a securities account."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="BalForAcct"
complexType="_R_vBItp-Ed-ak6NoX_4Aeg_-536015669" />
<messageBuildingBlock
xmi:id="_MbZSw9FSEd-BzquC8wXy7w_1168131144"
name="SubAccountDetails"
definition="The sub-account of the safekeeping or investment account."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="SubAcctDtls"
complexType="_QTjzOdp-Ed-ak6NoX_4Aeg_1222075847" />
<messageBuildingBlock
xmi:id="_MbZSxNFSEd-BzquC8wXy7w_1168131179"
name="TotalValues"
definition="Value of total holdings reported."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="TtlVals"
complexType="_Q7Cp9tp-Ed-ak6NoX_4Aeg_-277574684" />
<messageBuildingBlock
xmi:id="_MbZSxdFSEd-BzquC8wXy7w_1168131264"
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="semt"
messageFunctionality="003"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.