seev.040.001.01
Scope An account owner sends the CorporateActionInstructionCancellationRequest message to an account servicer to request cancellation of a previously sent corporate action election instruction. 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). ISO 15022 - 20022 COEXISTENCE This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”.
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
%% CorporateActionInstructionCancellationRequestV01 recursion level 0 with max 0
CorporateActionInstructionCancellationRequestV01 *-- "1..1" DocumentIdentification12 : Identification
CorporateActionInstructionCancellationRequestV01 *-- "1..1" DocumentIdentification15 : InstructionIdentification
CorporateActionInstructionCancellationRequestV01 *-- "1..1" CorporateActionGeneralInformation7 : CorporateActionGeneralInformation
CorporateActionInstructionCancellationRequestV01 *-- "1..1" AccountIdentification8 : AccountDetails
CorporateActionInstructionCancellationRequestV01 *-- "1..1" CorporateActionOption6 : CorporateActionInstruction
CorporateActionInstructionCancellationRequestV01 *-- "0..1" IPartyIdentification10Choice : MessageOriginator
CorporateActionInstructionCancellationRequestV01 *-- "0..1" IPartyIdentification10Choice : MessageRecipient
CorporateActionInstructionCancellationRequestV01 *-- "0..1" Extension2 : Extension
Now, we will zero-in one-by-one on each of these building blocks.
Identification building block
Information that unambiguously identifies a CorporateActionInstructionCancellationRequest message as know by the account owner (or the instructing party acting on its behalf). Provides information about identification of the document. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% DocumentIdentification12 recursion level 0 with max 1
class DocumentIdentification12{
Identification IsoMax35Text
CopyDuplicate CopyDuplicate1Code
ChangeInstructionIndicator IsoYesNoIndicator
}
DocumentIdentification12 *-- "0..1" IDateAndDateTimeChoice : CreationDateTime
%% IDateAndDateTimeChoice recursion level 1 with max 1
DocumentIdentification12 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| Identification | Unique identifier of the document (message) assigned by the sender of the document. | IsoMax35Text - Required 1..1 |
| CreationDateTime | Date and time at which the document (message) was created by the sender. | IDateAndDateTimeChoice - Optional 0..1 |
| CopyDuplicate | Specifies if this document is a copy, a duplicate, or a duplicate of a copy. | CopyDuplicate1Code - Optional 0..1 |
| ChangeInstructionIndicator | When used in a corporate action instruction, indicates that the current instruction is replacing a previous one that was cancelled earlier. When used in a corporate action instruction cancellation request, indicates that cancelled instruction will be replaced by a new corporate action instruction to be sent later. | IsoYesNoIndicator - Optional 0..1 |
InstructionIdentification building block
Identification of a previously sent instruction document. Identification of a document and type of link. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% DocumentIdentification15 recursion level 0 with max 1
class DocumentIdentification15{
Identification IsoMax35Text
}
DocumentIdentification15 *-- "0..1" IProcessingPosition1Choice : LinkageType
%% IProcessingPosition1Choice recursion level 1 with max 1
DocumentIdentification15 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| Identification | Identifies the document. | IsoMax35Text - Required 1..1 |
| LinkageType | Specifies when this document is to be processed relative to an other referred document. | IProcessingPosition1Choice - Optional 0..1 |
CorporateActionGeneralInformation building block
General information about the corporate action event. General information about the corporate action event. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% CorporateActionGeneralInformation7 recursion level 0 with max 1
class CorporateActionGeneralInformation7{
CorporateActionEventIdentification IsoMax35Text
OfficialCorporateActionEventIdentification IsoMax35Text
}
CorporateActionGeneralInformation7 *-- "1..1" ICorporateActionEventType3Choice : EventType
CorporateActionGeneralInformation7 *-- "0..1" SecurityIdentification11 : UnderlyingSecurityIdentification
%% ICorporateActionEventType3Choice recursion level 1 with max 1
%% SecurityIdentification11 recursion level 1 with max 1
class SecurityIdentification11{
Description IsoMax140Text
}
SecurityIdentification11 *-- "1..1" ISecurityIdentification11Choice : Identification
CorporateActionGeneralInformation7 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| CorporateActionEventIdentification | Reference assigned by the account servicer to unambiguously identify a corporate action event. | IsoMax35Text - Required 1..1 |
| OfficialCorporateActionEventIdentification | Official and unique reference assigned by the official central body/entity within each market at the beginning of a corporate action event. | IsoMax35Text - Optional 0..1 |
| EventType | Type of corporate action event. | ICorporateActionEventType3Choice - Required 1..1 |
| UnderlyingSecurityIdentification | Identification of the security concerned by the corporate action. | SecurityIdentification11 - Optional 0..1 |
AccountDetails building block
General information about the safekeeping account and the account owner. Provides account identification information. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% AccountIdentification8 recursion level 0 with max 1
class AccountIdentification8{
SafekeepingAccount IsoMax35Text
}
AccountIdentification8 *-- "0..1" IPartyIdentification13Choice : AccountOwner
AccountIdentification8 *-- "0..1" ISafekeepingPlaceFormat2Choice : SafekeepingPlace
%% IPartyIdentification13Choice recursion level 1 with max 1
%% ISafekeepingPlaceFormat2Choice recursion level 1 with max 1
AccountIdentification8 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. | IPartyIdentification13Choice - Optional 0..1 |
| SafekeepingPlace | Location where the financial instruments are/will be safekept. | ISafekeepingPlaceFormat2Choice - Optional 0..1 |
CorporateActionInstruction building block
Information about the corporate action option. Provides information about the corporate action option. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionOption6 recursion level 0 with max 1 CorporateActionOption6 *-- "1..1" IOptionNumber1Choice : OptionNumber CorporateActionOption6 *-- "1..1" ICorporateActionOption4Choice : OptionType CorporateActionOption6 *-- "1..1" IInstructedOrQuantityToReceive1Choice : InstructedOrQuantityToReceive %% IOptionNumber1Choice recursion level 1 with max 1 %% ICorporateActionOption4Choice recursion level 1 with max 1 %% IInstructedOrQuantityToReceive1Choice recursion level 1 with max 1
CorporateActionOption6 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| OptionNumber | Number identifying the available corporate action options. | IOptionNumber1Choice - Required 1..1 |
| OptionType | Specifies the corporate action options available to the account owner. | ICorporateActionOption4Choice - Required 1..1 |
| InstructedOrQuantityToReceive | Specifies whether the quantity of financial instrument is a quantity of securities instructed or a quantity to receive. | IInstructedOrQuantityToReceive1Choice - Required 1..1 |
MessageOriginator building block
Party that originated the message, if other than the sender. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
| Member name | Description | Data Type / Multiplicity |
|---|
MessageRecipient building block
Party that is the final destination of the message, if other than the receiver. Choice of identification of a party. For comparison, see the ISO20022 official specification
classDiagram direction tb %% IPartyIdentification10Choice recursion level 0 with max 1
PartyIdentification10Choice members
| Member name | Description | Data Type / Multiplicity |
|---|
Extension 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
%% Extension2 recursion level 0 with max 1
class Extension2{
PlaceAndName IsoMax350Text
}
Extension2 *-- "1..1" ExtensionEnvelope1 : ExtensionEnvelope
%% ExtensionEnvelope1 recursion level 1 with max 1
ExtensionEnvelope1 *-- "1..1" ExtensionContents1 : ExtensionContents
Extension2 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 - Optional 0..1 |
| ExtensionEnvelope | Technical element wrapping the extension. | ExtensionEnvelope1 - Required 1..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the CorporateActionInstructionCancellationRequestV01 implementation follows a specific implementaiton pattern. First of all, CorporateActionInstructionCancellationRequestV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionInstructionCancellationRequestV01Document implements IOuterDocument. Because CorporateActionInstructionCancellationRequestV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionInstructionCancellationRequestV01.
classDiagram
class IOuterRecord
CorporateActionInstructionCancellationRequestV01 --|> IOuterRecord : Implements
CorporateActionInstructionCancellationRequestV01Document --|> IOuterDocument~CorporateActionInstructionCancellationRequestV01~ : Implements
class IOuterDocument~CorporateActionInstructionCancellationRequestV01~ {
CorporateActionInstructionCancellationRequestV01 Message
}
Document wrapper for serialization
The only real purpose CorporateActionInstructionCancellationRequestV01Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.040.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionInstructionCancellationRequestV01.ToDocument() method. The returned CorporateActionInstructionCancellationRequestV01Document value will serialize correctly according to ISO 20022 standards.
classDiagram
CorporateActionInstructionCancellationRequestV01Document *-- CorporateActionInstructionCancellationRequestV01 : 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.040.001.01">
<CorpActnInstrCxlReq>
<Id>
<!-- Identification inner content -->
</Id>
<InstrId>
<!-- InstructionIdentification inner content -->
</InstrId>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<CorpActnInstr>
<!-- CorporateActionInstruction inner content -->
</CorpActnInstr>
<MsgOrgtr>
<!-- MessageOriginator inner content -->
</MsgOrgtr>
<MsgRcpt>
<!-- MessageRecipient inner content -->
</MsgRcpt>
<Xtnsn>
<!-- Extension inner content -->
</Xtnsn>
</CorpActnInstrCxlReq>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_TV8ii9EwEd-BzquC8wXy7w_1181425735"
nextVersions="_4qFpod3BEd-KAqAOGQOnnw"
name="CorporateActionInstructionCancellationRequestV01"
definition="Scope
An account owner sends the CorporateActionInstructionCancellationRequest message to an account servicer to request cancellation of a previously sent corporate action election instruction.
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).
ISO 15022 - 20022 COEXISTENCE
This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CorpActnInstrCxlReq"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<semanticMarkup
xmi:id="_bjJB3w5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bjJB4A5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bjJB4Q5lEeO42pgjaJ50lw"
name="value"
value="MT 565, Seq A :23G:CANC" />
</semanticMarkup>
<constraint
xmi:id="_TWGThdEwEd-BzquC8wXy7w_1982494897"
name="ChangeInstructionIndicatorGuideline"
definition="Identification/ChangeInstructionIndicator may only be used if CorporateActionOptionDetails/WithdrawalAllowedIndicator was set to No (False) in the CorporateActionNotification message previously received and if CorporateActionOptionDetails/ChangeAllowedIndicator was set to Yes (True) in the CorporateActionNotification message previously received."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_TWGTiNEwEd-BzquC8wXy7w_-1955068673"
name="CorporateActionEventIdentificationRule"
definition="If the CorporateActionInstruction message was unsolicited (that is, this instruction has not been preceded by a CorporateActionNotification), then, CorporateActionGeneralInformation/CorporateActionEventIdentification must be NONREF."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_TWGTi9EwEd-BzquC8wXy7w_155139826"
name="CoexistenceCharacterSetXRule"
definition="During ISO 15022 – 20022 coexistence, characters used in all text fields must correspond to character set X, that is, a-z A-Z / - ? : ( ) . , ‘ + { } CR LF."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_TWGTjtEwEd-BzquC8wXy7w_949382540"
name="CoexistenceIdentificationRule"
definition="During ISO 15022 – 20022 coexistence, all transaction and document identifications or references must be 16 characters or less. The field must not start or end with a slash ‘/’ or contain two consecutive slashes ‘//’."
registrationStatus="Provisionally Registered" />
<messageBuildingBlock
xmi:id="_TV8ijNEwEd-BzquC8wXy7w_643116508"
name="Identification"
definition="Information that unambiguously identifies a CorporateActionInstructionCancellationRequest message as know by the account owner (or the instructing party acting on its behalf)."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Id"
complexType="_ThMM0tp-Ed-ak6NoX_4Aeg_-727158599">
<semanticMarkup
xmi:id="_bjSy2A5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bjSy2Q5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bjSy2g5lEeO42pgjaJ50lw"
name="value"
value=":20C::SEME" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TV8ijdEwEd-BzquC8wXy7w_1027300168"
name="InstructionIdentification"
definition="Identification of a previously sent instruction document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="InstrId"
complexType="_Tg5R59p-Ed-ak6NoX_4Aeg_1248673251" />
<messageBuildingBlock
xmi:id="_TV8ijtEwEd-BzquC8wXy7w_998403870"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_TWnUh9p-Ed-ak6NoX_4Aeg_884812320" />
<messageBuildingBlock
xmi:id="_TWGTgNEwEd-BzquC8wXy7w_-690385662"
name="AccountDetails"
definition="General information about the safekeeping account and the account owner."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctDtls"
complexType="_QSgqWNp-Ed-ak6NoX_4Aeg_679158646" />
<messageBuildingBlock
xmi:id="_TWGTgdEwEd-BzquC8wXy7w_-43265322"
name="CorporateActionInstruction"
definition="Information about the corporate action option."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnInstr"
complexType="_UFZtINp-Ed-ak6NoX_4Aeg_-404360191" />
<messageBuildingBlock
xmi:id="_TWGTgtEwEd-BzquC8wXy7w_1371568881"
name="MessageOriginator"
definition="Party that originated the message, if other than the sender."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MsgOrgtr"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_bjSy4A5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bjSy4Q5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bjSy4g5lEeO42pgjaJ50lw"
name="value"
value=":95a::MEOR" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TWGTg9EwEd-BzquC8wXy7w_1415899845"
name="MessageRecipient"
definition="Party that is the final destination of the message, if other than the receiver."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="MsgRcpt"
complexType="_QQR1tdp-Ed-ak6NoX_4Aeg_-1244141483">
<semanticMarkup
xmi:id="_bjSy5A5lEeO42pgjaJ50lw"
type="Synonym">
<elements
xmi:id="_bjSy5Q5lEeO42pgjaJ50lw"
name="context"
value="ISO 15022" />
<elements
xmi:id="_bjSy5g5lEeO42pgjaJ50lw"
name="value"
value=":95a::MERE" />
</semanticMarkup>
</messageBuildingBlock>
<messageBuildingBlock
xmi:id="_TWGThNEwEd-BzquC8wXy7w_342767527"
name="Extension"
definition="Additional information that can not be captured in the structured fields and/or any other specific block."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Xtnsn"
complexType="_QzJSNdp-Ed-ak6NoX_4Aeg_251191216" />
<messageDefinitionIdentifier
businessArea="seev"
messageFunctionality="040"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.