seev.042.002.07
Scope An account servicer sends the CorporateActionInstructionStatementReport message to an account owner or its designated agent to report balances at the safekeeping account level for one or more corporate action events or at the corporate action event level for one or more safekeeping accounts. Usage The message may also be used to:
- re-send a message previously sent (the sub-function of the message is Duplicate),
- provide a third party with a copy of a message for information (the sub-function of the message is Copy),
- re-send to a third party a copy of a message for information (the sub-function of the message is Copy Duplicate), using the relevant elements in the business application header (BAH).
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 %% CorporateActionInstructionStatementReport002V07 recursion level 0 with max 0 CorporateActionInstructionStatementReport002V07 *-- "1..1" Pagination1 : Pagination CorporateActionInstructionStatementReport002V07 *-- "1..1" Statement66 : StatementGeneralDetails CorporateActionInstructionStatementReport002V07 *-- "1..1" AccountIdentification44 : AccountAndStatementDetails CorporateActionInstructionStatementReport002V07 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
Pagination building block
Page number of the message (within a statement) and continuation indicator to indicate that the statement is to continue or that the message is the last page of the statement. 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 %% Pagination1 recursion level 0 with max 1 class Pagination1{ PageNumber IsoMax5NumericText LastPageIndicator IsoYesNoIndicator }
Pagination1 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 characteristics related to a statement which reports information. General characteristics related to a statement which reports information. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Statement66 recursion level 0 with max 1 class Statement66{ StatementType CorporateActionStatementType1Code ReportingType CorporateActionStatementReportingType1Code StatementIdentification IsoRestrictedFINXMax16Text ReportNumber IsoMax5NumericText ActivityIndicator IsoYesNoIndicator } Statement66 *-- "1..1" IDateAndDateTime2Choice : StatementDateTime Statement66 *-- "1..1" IFrequency26Choice : Frequency Statement66 *-- "1..1" IUpdateType16Choice : UpdateType Statement66 *-- "0..1" IDateOrDateTimePeriod2Choice : NotificationDeadlinePeriod %% IDateAndDateTime2Choice recursion level 1 with max 1 %% IFrequency26Choice recursion level 1 with max 1 %% IUpdateType16Choice recursion level 1 with max 1 %% IDateOrDateTimePeriod2Choice recursion level 1 with max 1
Statement66 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
StatementType | Indicates whether the statement contains missing instructions only or all instructions. | CorporateActionStatementType1Code - Required 1..1 |
ReportingType | Indicates whether the statement report on account holdings for corporate action events is for single account/multiple events or multiple accounts/single event. | CorporateActionStatementReportingType1Code - Required 1..1 |
StatementIdentification | Reference of the statement. | IsoRestrictedFINXMax16Text - Required 1..1 |
ReportNumber | Sequential number of the statement. | IsoMax5NumericText - Optional 0..1 |
StatementDateTime | Date of the statement. | IDateAndDateTime2Choice - Required 1..1 |
Frequency | Frequency of the statement. | IFrequency26Choice - Required 1..1 |
UpdateType | Indicates whether the report is complete or contains changes only. | IUpdateType16Choice - Required 1..1 |
ActivityIndicator | Indicates whether there is activity or information update reported in the statement. | IsoYesNoIndicator - Required 1..1 |
NotificationDeadlinePeriod | Period during which identification deadline has been set. | IDateOrDateTimePeriod2Choice - Optional 0..1 |
AccountAndStatementDetails building block
Account information and detailed account holdings information report for corporate action events. Account information and detailed account holdings information report for corporate action events. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountIdentification44 recursion level 0 with max 1 class AccountIdentification44{ SafekeepingAccount IsoRestrictedFINXMax35Text } AccountIdentification44 *-- "0..1" IPartyIdentification103Choice : AccountOwner AccountIdentification44 *-- "0..1" ISafekeepingPlaceFormat11Choice : SafekeepingPlace AccountIdentification44 *-- "0..0" CorporateActionEventAndBalance14 : CorporateActionEventAndBalance %% IPartyIdentification103Choice recursion level 1 with max 1 %% ISafekeepingPlaceFormat11Choice recursion level 1 with max 1 %% CorporateActionEventAndBalance14 recursion level 1 with max 1 CorporateActionEventAndBalance14 *-- "1..1" EventInformation12 : GeneralInformation CorporateActionEventAndBalance14 *-- "1..1" SecurityIdentification20 : UnderlyingSecurity CorporateActionEventAndBalance14 *-- "0..1" CorporateActionBalanceDetails38 : Balance CorporateActionEventAndBalance14 *-- "0..0" SupplementaryData1 : SupplementaryData
AccountIdentification44 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SafekeepingAccount | Account where financial instruments are maintained. | IsoRestrictedFINXMax35Text - Required 1..1 |
AccountOwner | Party that legally owns the account. | IPartyIdentification103Choice - Optional 0..1 |
SafekeepingPlace | Location where the financial instruments are/will be safekept. | ISafekeepingPlaceFormat11Choice - Optional 0..1 |
CorporateActionEventAndBalance | Detailed account holdings information report for a corporate action event. | CorporateActionEventAndBalance14 - Unknown 0..0 |
SupplementaryData building block
Additional information that can not be captured in the structured fields 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 CorporateActionInstructionStatementReport002V07 implementation follows a specific implementaiton pattern. First of all, CorporateActionInstructionStatementReport002V07 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionInstructionStatementReport002V07Document implements IOuterDocument. Because CorporateActionInstructionStatementReport002V07 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionInstructionStatementReport002V07.
classDiagram class IOuterRecord CorporateActionInstructionStatementReport002V07 --|> IOuterRecord : Implements CorporateActionInstructionStatementReport002V07Document --|> IOuterDocument~CorporateActionInstructionStatementReport002V07~ : Implements class IOuterDocument~CorporateActionInstructionStatementReport002V07~ { CorporateActionInstructionStatementReport002V07 Message }
Document wrapper for serialization
The only real purpose CorporateActionInstructionStatementReport002V07Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.042.002.07’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionInstructionStatementReport002V07.ToDocument() method. The returned CorporateActionInstructionStatementReport002V07Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionInstructionStatementReport002V07Document *-- CorporateActionInstructionStatementReport002V07 : 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:seev.042.002.07">
<CorpActnInstrStmtRpt>
<Pgntn>
<!-- Pagination inner content -->
</Pgntn>
<StmtGnlDtls>
<!-- StatementGeneralDetails inner content -->
</StmtGnlDtls>
<AcctAndStmtDtls>
<!-- AccountAndStatementDetails inner content -->
</AcctAndStmtDtls>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CorpActnInstrStmtRpt>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_qrEDw83iEee5nJBZsW8MFQ"
nextVersions="_D3ShA_fQEeiNZp_PtLohLw"
previousVersion="_doLJkZwuEeazcsnODTksnQ"
name="CorporateActionInstructionStatementReport002V07"
definition="Scope
An account servicer sends the CorporateActionInstructionStatementReport message to an account owner or its designated agent to report balances at the safekeeping account level for one or more corporate action events or at the corporate action event level for one or more safekeeping accounts.
Usage
The message may also be used to:
- re-send a message previously sent (the sub-function of the message is Duplicate),
- provide a third party with a copy of a message for information (the sub-function of the message is Copy),
- re-send to a third party a copy of a message for information (the sub-function of the message is Copy Duplicate),
using the relevant elements in the business application header (BAH)."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CorpActnInstrStmtRpt"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_qrEDxc3iEee5nJBZsW8MFQ"
name="MultipleAccountAndStatementDetailsRule"
definition="If StatementGeneralDetails/ReportingType is MASE (Multiple Accounts) then AccountAndStatementDetails may be repeated and AccountAndStatementDetails/CorporateActionEventAndBalance must not be repeated in any occurrences of AccountAndStatementDetails.
If StatementGeneralDetails/ReportingType is SAME (Multiple Events) then AccountAndStatementDetails must not be repeated, and AccountAndStatementDetails/CorporateActionEventAndBalance may be repeated."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_qrEDx83iEee5nJBZsW8MFQ"
name="CorporateActionEventAndBalanceRule"
definition="If StatementGeneralDetails/ActivityIndicator is 'true' or '1' (Yes) then at least one occurrence of AccountAndStatementDetails/CorporateActionEventAndBalance must be present.
If StatementGeneralDetails/ActivityIndicator is 'false' or '0' (No) then AccountAndStatementDetails/CorporateActionEventAndBalance must not be present in any occurrences of AccountAndStatementDetails."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_qrEDyc3iEee5nJBZsW8MFQ"
name="Pagination"
definition="Page number of the message (within a statement) and continuation indicator to indicate that the statement is to continue or that the message is the last page of the statement."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Pgntn"
complexType="_xhMHQa6XEees_ufOy2ci-g" />
<messageBuildingBlock
xmi:id="_qrEDy83iEee5nJBZsW8MFQ"
name="StatementGeneralDetails"
definition="General characteristics related to a statement which reports information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="StmtGnlDtls"
complexType="_qrED1c3iEee5nJBZsW8MFQ" />
<messageBuildingBlock
xmi:id="_qrEDzc3iEee5nJBZsW8MFQ"
name="AccountAndStatementDetails"
definition="Account information and detailed account holdings information report for corporate action events."
registrationStatus="Provisionally Registered"
minOccurs="1"
xmlTag="AcctAndStmtDtls"
complexType="_qrErG83iEee5nJBZsW8MFQ" />
<messageBuildingBlock
xmi:id="_qrEDz83iEee5nJBZsW8MFQ"
name="SupplementaryData"
definition="Additional information that can not be captured in the structured fields and/or any other specific block."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="SplmtryData"
complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
<messageDefinitionIdentifier
businessArea="seev"
messageFunctionality="042"
flavour="002"
version="07" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.