semt.021.001.06
Scope An account owner sends a SecuritiesStatementQuery to an account servicer to request any existing securities statement. The account owner/servicer relationship may be:
- a global custodian which has an account with a local custodian, or
- an investment management institution which manage a fund account opened at a custodian, or
- a broker which has an account with a custodian, or
- a central securities depository participant which has an account with a central securities depository, or
- a central securities depository which has an account with a custodian, another central securities depository or another settlement market infrastructure, or
- a central counterparty or a stock exchange or a trade matching utility which need to instruct to a central securities depository or another settlement market infrastructure.
Usage The message may also be used to:
- re-send a message previously sent,
- provide a third party with a copy of a message for information,
- re-send to a third party a copy of a message for information using the relevant elements in the Business Application Header.
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 %% SecuritiesStatementQueryV06 recursion level 0 with max 0 SecuritiesStatementQueryV06 *-- "1..1" DocumentNumber13 : StatementRequested SecuritiesStatementQueryV06 *-- "0..1" Statement42 : StatementGeneralDetails SecuritiesStatementQueryV06 *-- "0..1" PartyIdentification98 : AccountOwner SecuritiesStatementQueryV06 *-- "1..1" SecuritiesAccount24 : SafekeepingAccount SecuritiesStatementQueryV06 *-- "0..1" AdditionalQueryParameters11 : AdditionalQueryParameters SecuritiesStatementQueryV06 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
StatementRequested building block
Description of the statement requested. Identification of a document. For comparison, see the ISO20022 official specification
classDiagram direction tb %% DocumentNumber13 recursion level 0 with max 1 DocumentNumber13 *-- "1..1" IDocumentNumber5Choice : Number %% IDocumentNumber5Choice recursion level 1 with max 1
DocumentNumber13 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Number | Number used to identify a message or document. | IDocumentNumber5Choice - Required 1..1 |
StatementGeneralDetails building block
General information related to report. Characteristics of the statement. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Statement42 recursion level 0 with max 1 Statement42 *-- "0..1" IDateAndPeriod1Choice : StatementDateOrPeriod Statement42 *-- "0..1" IFrequency25Choice : Frequency Statement42 *-- "0..1" IUpdateType15Choice : UpdateType Statement42 *-- "0..1" IStatementBasis7Choice : StatementBasis Statement42 *-- "0..1" IStatementType5Choice : StatementType %% IDateAndPeriod1Choice recursion level 1 with max 1 %% IFrequency25Choice recursion level 1 with max 1 %% IUpdateType15Choice recursion level 1 with max 1 %% IStatementBasis7Choice recursion level 1 with max 1 %% IStatementType5Choice recursion level 1 with max 1
Statement42 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
StatementDateOrPeriod | Date or period of the statement. | IDateAndPeriod1Choice - Optional 0..1 |
Frequency | Frequency of the statement. | IFrequency25Choice - Optional 0..1 |
UpdateType | Indicates whether the statement is complete or contains changes only. | IUpdateType15Choice - Optional 0..1 |
StatementBasis | Type of balance on which the statement is prepared. | IStatementBasis7Choice - Optional 0..1 |
StatementType | Type of balance on which the statement is prepared. | IStatementType5Choice - Optional 0..1 |
AccountOwner building block
Party that legally owns the account. Identification of the party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% PartyIdentification98 recursion level 0 with max 1 class PartyIdentification98{ LEI IsoLEIIdentifier } PartyIdentification98 *-- "1..1" IPartyIdentification92Choice : Identification %% IPartyIdentification92Choice recursion level 1 with max 1
PartyIdentification98 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique identification of the party. | IPartyIdentification92Choice - Required 1..1 |
LEI | Legal entity identification as an alternate identification for a party. | IsoLEIIdentifier - Optional 0..1 |
SafekeepingAccount building block
Account to or from which a securities entry is made. Account to or from which a securities entry is made. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SecuritiesAccount24 recursion level 0 with max 1 class SecuritiesAccount24{ Identification IsoMax35Text Name IsoMax70Text } SecuritiesAccount24 *-- "0..1" GenericIdentification30 : Type %% GenericIdentification30 recursion level 1 with max 1 class GenericIdentification30{ Identification IsoExact4AlphaNumericText Issuer IsoMax35Text SchemeName IsoMax35Text }
SecuritiesAccount24 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unambiguous identification for the account between the account owner and the account servicer.#. | IsoMax35Text - Required 1..1 |
Type | Specifies the type of securities account. | GenericIdentification30 - Optional 0..1 |
Name | Description of the account. | IsoMax70Text - Optional 0..1 |
AdditionalQueryParameters building block
Additional specific query criteria. Additional specific query criteria. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AdditionalQueryParameters11 recursion level 0 with max 1 AdditionalQueryParameters11 *-- "0..1" IStatus19Choice : Status AdditionalQueryParameters11 *-- "0..0" IReason16Choice : Reason AdditionalQueryParameters11 *-- "0..0" SecurityIdentification19 : FinancialInstrumentIdentification %% IStatus19Choice recursion level 1 with max 1 %% IReason16Choice recursion level 1 with max 1 %% SecurityIdentification19 recursion level 1 with max 1 class SecurityIdentification19{ ISIN IsoISINOct2015Identifier Description IsoMax140Text } SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
AdditionalQueryParameters11 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Status | Request to obtain a Securities Transaction Pending Report for transactions with the specified status. | IStatus19Choice - Optional 0..1 |
Reason | Request to obtain a Securities Transaction Pending Report for transactions with the specified status reason. | IReason16Choice - Unknown 0..0 |
FinancialInstrumentIdentification | Financial instruments representing a sum of rights of the investor vis-a-vis the issuer. | SecurityIdentification19 - Unknown 0..0 |
SupplementaryData 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 %% SupplementaryData1 recursion level 0 with max 1 class SupplementaryData1{ PlaceAndName IsoMax350Text } SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope %% IsoSupplementaryDataEnvelope1 recursion level 1 with max 1
SupplementaryData1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Unambiguous reference to the location where the supplementary data must be inserted in the message instance. In the case of XML, this is expressed by a valid XPath. | IsoMax350Text - Optional 0..1 |
Envelope | Technical element wrapping the supplementary data. | IsoSupplementaryDataEnvelope1 - Required 1..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the SecuritiesStatementQueryV06 implementation follows a specific implementaiton pattern. First of all, SecuritiesStatementQueryV06 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, SecuritiesStatementQueryV06Document implements IOuterDocument. Because SecuritiesStatementQueryV06 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type SecuritiesStatementQueryV06.
classDiagram class IOuterRecord SecuritiesStatementQueryV06 --|> IOuterRecord : Implements SecuritiesStatementQueryV06Document --|> IOuterDocument~SecuritiesStatementQueryV06~ : Implements class IOuterDocument~SecuritiesStatementQueryV06~ { SecuritiesStatementQueryV06 Message }
Document wrapper for serialization
The only real purpose SecuritiesStatementQueryV06Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:semt.021.001.06’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using SecuritiesStatementQueryV06.ToDocument() method. The returned SecuritiesStatementQueryV06Document value will serialize correctly according to ISO 20022 standards.
classDiagram SecuritiesStatementQueryV06Document *-- SecuritiesStatementQueryV06 : 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.021.001.06">
<SctiesStmtQry>
<StmtReqd>
<!-- StatementRequested inner content -->
</StmtReqd>
<StmtGnlDtls>
<!-- StatementGeneralDetails inner content -->
</StmtGnlDtls>
<AcctOwnr>
<!-- AccountOwner inner content -->
</AcctOwnr>
<SfkpgAcct>
<!-- SafekeepingAccount inner content -->
</SfkpgAcct>
<AddtlQryParams>
<!-- AdditionalQueryParameters inner content -->
</AddtlQryParams>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</SctiesStmtQry>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_YSWIQwCTEeW_3KiG8SEjHA"
nextVersions="_H8eW0QyQEeuG8M5giQ2e0w"
previousVersion="_Xq75MU3MEeS1yPC0JC-FvQ"
name="SecuritiesStatementQueryV06"
definition="Scope
An account owner sends a SecuritiesStatementQuery to an account servicer to request any existing securities statement.
The account owner/servicer relationship may be:
- a global custodian which has an account with a local custodian, or
- an investment management institution which manage a fund account opened at a custodian, or
- a broker which has an account with a custodian, or
- a central securities depository participant which has an account with a central securities depository, or
- a central securities depository which has an account with a custodian, another central securities depository or another settlement market infrastructure, or
- a central counterparty or a stock exchange or a trade matching utility which need to instruct to a central securities depository or another settlement market infrastructure.

Usage
The message may also be used to:
- re-send a message previously sent,
- provide a third party with a copy of a message for information,
- re-send to a third party a copy of a message for information
using the relevant elements in the Business Application Header."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="SctiesStmtQry"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_YSWISQCTEeW_3KiG8SEjHA"
nextVersions="_H8eW1wyQEeuG8M5giQ2e0w"
previousVersion="_Xq75N03MEeS1yPC0JC-FvQ"
name="StatementRequested"
definition="Description of the statement requested."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="StmtReqd"
complexType="_89qrcUAlEeWE6OHCSJh8BQ" />
<messageBuildingBlock
xmi:id="_YSWISwCTEeW_3KiG8SEjHA"
nextVersions="_H8eW2QyQEeuG8M5giQ2e0w"
previousVersion="_Xq75OU3MEeS1yPC0JC-FvQ"
name="StatementGeneralDetails"
definition="General information related to report."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="StmtGnlDtls"
complexType="_dJfNDzeNEeWm5uvLSn0jEw" />
<messageBuildingBlock
xmi:id="_YSWITQCTEeW_3KiG8SEjHA"
nextVersions="_H8eW2wyQEeuG8M5giQ2e0w"
previousVersion="_Xq75O03MEeS1yPC0JC-FvQ"
name="AccountOwner"
definition="Party that legally owns the account."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AcctOwnr"
complexType="_lwSA1GwBEeWLq_lbZ2Mhyw" />
<messageBuildingBlock
xmi:id="_YSWITwCTEeW_3KiG8SEjHA"
nextVersions="_H8eW3QyQEeuG8M5giQ2e0w"
previousVersion="_Xq75PU3MEeS1yPC0JC-FvQ"
name="SafekeepingAccount"
definition="Account to or from which a securities entry is made."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="SfkpgAcct"
complexType="_hHJqfR5hEeWE3PufGMdJ3w" />
<messageBuildingBlock
xmi:id="_YSWIUQCTEeW_3KiG8SEjHA"
nextVersions="_H8eW3wyQEeuG8M5giQ2e0w"
previousVersion="_Xq75P03MEeS1yPC0JC-FvQ"
name="AdditionalQueryParameters"
definition="Additional specific query criteria."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="AddtlQryParams"
complexType="_jWWVoznvEeWfSKvvZlhRKg" />
<messageBuildingBlock
xmi:id="_YSWIUwCTEeW_3KiG8SEjHA"
nextVersions="_H8eW4QyQEeuG8M5giQ2e0w"
previousVersion="_Xq75QU3MEeS1yPC0JC-FvQ"
name="SupplementaryData"
definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="SplmtryData"
complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
<messageDefinitionIdentifier
businessArea="semt"
messageFunctionality="021"
flavour="001"
version="06" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.