seev.042.001.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 %% CorporateActionInstructionStatementReportV07 recursion level 0 with max 0 CorporateActionInstructionStatementReportV07 *-- "1..1" Pagination1 : Pagination CorporateActionInstructionStatementReportV07 *-- "1..1" Statement65 : StatementGeneralDetails CorporateActionInstructionStatementReportV07 *-- "1..1" AccountIdentification43 : AccountAndStatementDetails CorporateActionInstructionStatementReportV07 *-- "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 %% Statement65 recursion level 0 with max 1 class Statement65{ StatementType CorporateActionStatementType1Code ReportingType CorporateActionStatementReportingType1Code StatementIdentification IsoMax35Text ReportNumber IsoMax5NumericText ActivityIndicator IsoYesNoIndicator } Statement65 *-- "1..1" IDateAndDateTime2Choice : StatementDateTime Statement65 *-- "1..1" IFrequency25Choice : Frequency Statement65 *-- "1..1" IUpdateType15Choice : UpdateType Statement65 *-- "0..1" IDateOrDateTimePeriod2Choice : NotificationDeadlinePeriod %% IDateAndDateTime2Choice recursion level 1 with max 1 %% IFrequency25Choice recursion level 1 with max 1 %% IUpdateType15Choice recursion level 1 with max 1 %% IDateOrDateTimePeriod2Choice recursion level 1 with max 1
Statement65 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. | IsoMax35Text - 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. | IFrequency25Choice - Required 1..1 |
UpdateType | Indicates whether the report is complete or contains changes only. | IUpdateType15Choice - 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 %% AccountIdentification43 recursion level 0 with max 1 class AccountIdentification43{ SafekeepingAccount IsoMax35Text } AccountIdentification43 *-- "0..1" IPartyIdentification92Choice : AccountOwner AccountIdentification43 *-- "0..1" ISafekeepingPlaceFormat8Choice : SafekeepingPlace AccountIdentification43 *-- "0..0" CorporateActionEventAndBalance13 : CorporateActionEventAndBalance %% IPartyIdentification92Choice recursion level 1 with max 1 %% ISafekeepingPlaceFormat8Choice recursion level 1 with max 1 %% CorporateActionEventAndBalance13 recursion level 1 with max 1 CorporateActionEventAndBalance13 *-- "1..1" EventInformation11 : GeneralInformation CorporateActionEventAndBalance13 *-- "1..1" SecurityIdentification19 : UnderlyingSecurity CorporateActionEventAndBalance13 *-- "0..1" CorporateActionBalanceDetails37 : Balance CorporateActionEventAndBalance13 *-- "0..0" SupplementaryData1 : SupplementaryData
AccountIdentification43 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SafekeepingAccount | Account where financial instruments are maintained. | IsoMax35Text - Required 1..1 |
AccountOwner | Party that legally owns the account. | IPartyIdentification92Choice - Optional 0..1 |
SafekeepingPlace | Location where the financial instruments are/will be safekept. | ISafekeepingPlaceFormat8Choice - Optional 0..1 |
CorporateActionEventAndBalance | Detailed account holdings information report for a corporate action event. | CorporateActionEventAndBalance13 - 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 CorporateActionInstructionStatementReportV07 implementation follows a specific implementaiton pattern. First of all, CorporateActionInstructionStatementReportV07 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionInstructionStatementReportV07Document implements IOuterDocument. Because CorporateActionInstructionStatementReportV07 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionInstructionStatementReportV07.
classDiagram class IOuterRecord CorporateActionInstructionStatementReportV07 --|> IOuterRecord : Implements CorporateActionInstructionStatementReportV07Document --|> IOuterDocument~CorporateActionInstructionStatementReportV07~ : Implements class IOuterDocument~CorporateActionInstructionStatementReportV07~ { CorporateActionInstructionStatementReportV07 Message }
Document wrapper for serialization
The only real purpose CorporateActionInstructionStatementReportV07Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.042.001.07’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionInstructionStatementReportV07.ToDocument() method. The returned CorporateActionInstructionStatementReportV07Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionInstructionStatementReportV07Document *-- CorporateActionInstructionStatementReportV07 : 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.001.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="_65Nzi5SbEeeh5JjedkaA_g"
nextVersions="_BBQd57T-EeiTob_PrFFUxA"
previousVersion="_ynLu0Yb4Eea9VrPZgV7UBQ"
name="CorporateActionInstructionStatementReportV07"
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="_65NzjZSbEeeh5JjedkaA_g"
nextVersions="_BBQd6bT-EeiTob_PrFFUxA"
previousVersion="_ynLu04b4Eea9VrPZgV7UBQ"
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="_65Nzj5SbEeeh5JjedkaA_g"
nextVersions="_BBQd67T-EeiTob_PrFFUxA"
previousVersion="_ynLu1Yb4Eea9VrPZgV7UBQ"
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="_65NzkZSbEeeh5JjedkaA_g"
nextVersions="_BBQd7bT-EeiTob_PrFFUxA"
previousVersion="_ynLu14b4Eea9VrPZgV7UBQ"
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="_65Nzk5SbEeeh5JjedkaA_g"
nextVersions="_BBQd77T-EeiTob_PrFFUxA"
previousVersion="_ynLu2Yb4Eea9VrPZgV7UBQ"
name="StatementGeneralDetails"
definition="General characteristics related to a statement which reports information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="StmtGnlDtls"
complexType="_lZD-8bQVEeemgtANb5gbCw" />
<messageBuildingBlock
xmi:id="_65NzlZSbEeeh5JjedkaA_g"
nextVersions="_BBQd8bT-EeiTob_PrFFUxA"
previousVersion="_ynLu24b4Eea9VrPZgV7UBQ"
name="AccountAndStatementDetails"
definition="Account information and detailed account holdings information report for corporate action events."
registrationStatus="Provisionally Registered"
minOccurs="1"
xmlTag="AcctAndStmtDtls"
complexType="_SQJWEZcFEee8S7xwGG7Veg" />
<messageBuildingBlock
xmi:id="_65Nzl5SbEeeh5JjedkaA_g"
nextVersions="_BBQd87T-EeiTob_PrFFUxA"
previousVersion="_ynLu3Yb4Eea9VrPZgV7UBQ"
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="001"
version="07" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.