seev.040.002.12
Scope The CorporateActionInstructionCancellationRequest message is sent by an account owner 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), 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 %% CorporateActionInstructionCancellationRequest002V12 recursion level 0 with max 0 class CorporateActionInstructionCancellationRequest002V12{ ChangeInstructionIndicator IsoYesNoIndicator } CorporateActionInstructionCancellationRequest002V12 *-- "1..1" DocumentIdentification37 : InstructionIdentification CorporateActionInstructionCancellationRequest002V12 *-- "1..1" CorporateActionGeneralInformation159 : CorporateActionGeneralInformation CorporateActionInstructionCancellationRequest002V12 *-- "1..1" AccountIdentification62 : AccountDetails CorporateActionInstructionCancellationRequest002V12 *-- "1..1" CorporateActionOption202 : CorporateActionInstruction CorporateActionInstructionCancellationRequest002V12 *-- "0..1" ProtectInstruction7 : ProtectInstruction CorporateActionInstructionCancellationRequest002V12 *-- "0..1" CorporateActionNarrative19 : AdditionalInformation CorporateActionInstructionCancellationRequest002V12 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
ChangeInstructionIndicator building block
Indicates that cancelled instruction will be replaced by a new corporate action instruction to be sent later. Indicates a “Yes” or “No” type of answer for an element. For comparison, see the ISO20022 official specification This message is declared as YesNoIndicator in the ISO specification. In our implementation, it is represented in source code as IsoYesNoIndicator. Due to global using directives, it is treated as a System.String by the compiler and runtime.
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 %% DocumentIdentification37 recursion level 0 with max 1 class DocumentIdentification37{ Identification IsoRestrictedFINXMax16Text } DocumentIdentification37 *-- "0..1" IProcessingPosition10Choice : LinkageType %% IProcessingPosition10Choice recursion level 1 with max 1
DocumentIdentification37 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identifies the document. | IsoRestrictedFINXMax16Text - Required 1..1 |
LinkageType | Specifies when this document is to be processed relative to another referred document. | IProcessingPosition10Choice - 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 %% CorporateActionGeneralInformation159 recursion level 0 with max 1 class CorporateActionGeneralInformation159{ CorporateActionEventIdentification IsoRestrictedFINXMax16Text OfficialCorporateActionEventIdentification IsoRestrictedFINXMax16Text } CorporateActionGeneralInformation159 *-- "1..1" ICorporateActionEventType103Choice : EventType CorporateActionGeneralInformation159 *-- "0..1" SecurityIdentification21 : FinancialInstrumentIdentification %% ICorporateActionEventType103Choice recursion level 1 with max 1 %% SecurityIdentification21 recursion level 1 with max 1 class SecurityIdentification21{ ISIN IsoISINOct2015Identifier Description IsoRestrictedFINXMax140Text } SecurityIdentification21 *-- "0..0" OtherIdentification2 : OtherIdentification
CorporateActionGeneralInformation159 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
CorporateActionEventIdentification | Reference assigned by the account servicer to unambiguously identify a corporate action event. | IsoRestrictedFINXMax16Text - 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. | IsoRestrictedFINXMax16Text - Optional 0..1 |
EventType | Type of corporate action event. | ICorporateActionEventType103Choice - Required 1..1 |
FinancialInstrumentIdentification | Identification of the security concerned by the corporate action. | SecurityIdentification21 - 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 %% AccountIdentification62 recursion level 0 with max 1 class AccountIdentification62{ SafekeepingAccount IsoRestrictedFINXMax35Text BlockChainAddressOrWallet IsoMax140Text } AccountIdentification62 *-- "0..1" IPartyIdentification136Choice : AccountOwner AccountIdentification62 *-- "0..1" ISafekeepingPlaceFormat34Choice : SafekeepingPlace %% IPartyIdentification136Choice recursion level 1 with max 1 %% ISafekeepingPlaceFormat34Choice recursion level 1 with max 1
AccountIdentification62 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SafekeepingAccount | Account where financial instruments are maintained. | IsoRestrictedFINXMax35Text - Optional 0..1 |
BlockChainAddressOrWallet | Blockchain address or wallet where digital assets are maintained. This is the equivalent of safekeeping account for digital assets. | IsoMax140Text - Optional 0..1 |
AccountOwner | Party that legally owns the account. | IPartyIdentification136Choice - Optional 0..1 |
SafekeepingPlace | Location where the financial instruments are/will be safekept. | ISafekeepingPlaceFormat34Choice - 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 %% CorporateActionOption202 recursion level 0 with max 1 CorporateActionOption202 *-- "1..1" IOptionNumber1Choice : OptionNumber CorporateActionOption202 *-- "1..1" ICorporateActionOption43Choice : OptionType CorporateActionOption202 *-- "1..1" IQuantity55Choice : InstructedQuantity %% IOptionNumber1Choice recursion level 1 with max 1 %% ICorporateActionOption43Choice recursion level 1 with max 1 %% IQuantity55Choice recursion level 1 with max 1
CorporateActionOption202 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. | ICorporateActionOption43Choice - Required 1..1 |
InstructedQuantity | Quantity of securities to which this instruction applies. | IQuantity55Choice - Required 1..1 |
ProtectInstruction building block
Provides detailed information on protect and cover protect instructions. Provides detailed information on protect and cover protect instructions. For comparison, see the ISO20022 official specification
classDiagram direction tb %% ProtectInstruction7 recursion level 0 with max 1 class ProtectInstruction7{ TransactionType ProtectTransactionType3Code TransactionIdentification IsoRestrictedFINMax15Text ProtectDate IsoISODate }
ProtectInstruction7 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
TransactionType | Indicates whether the instruction is a protect or a cover protect instruction. | ProtectTransactionType3Code - Required 1..1 |
TransactionIdentification | Unique reference of the protect transaction assigned by the depository and used for cover protect validation. | IsoRestrictedFINMax15Text - Optional 0..1 |
ProtectDate | Date at which the protect instruction was created and used for cover protect validation. | IsoISODate - Optional 0..1 |
AdditionalInformation building block
Provides additional information. Provides additional information such as the information conditions. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionNarrative19 recursion level 0 with max 1 class CorporateActionNarrative19{ AdditionalText IsoRestrictedFINXMax350Text PartyContactNarrative IsoRestrictedFINXMax350Text }
CorporateActionNarrative19 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AdditionalText | Provides additional information or specifies in more detail the content of a message. This field may only be used when the information to be transmitted, cannot be coded. | IsoRestrictedFINXMax350Text - Unknown 0..0 |
PartyContactNarrative | Provides additional information regarding the party, for example, the contact unit or person responsible for the transaction identified in the message. | IsoRestrictedFINXMax350Text - 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 CorporateActionInstructionCancellationRequest002V12 implementation follows a specific implementaiton pattern. First of all, CorporateActionInstructionCancellationRequest002V12 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CorporateActionInstructionCancellationRequest002V12Document implements IOuterDocument. Because CorporateActionInstructionCancellationRequest002V12 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CorporateActionInstructionCancellationRequest002V12.
classDiagram class IOuterRecord CorporateActionInstructionCancellationRequest002V12 --|> IOuterRecord : Implements CorporateActionInstructionCancellationRequest002V12Document --|> IOuterDocument~CorporateActionInstructionCancellationRequest002V12~ : Implements class IOuterDocument~CorporateActionInstructionCancellationRequest002V12~ { CorporateActionInstructionCancellationRequest002V12 Message }
Document wrapper for serialization
The only real purpose CorporateActionInstructionCancellationRequest002V12Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:seev.040.002.12’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CorporateActionInstructionCancellationRequest002V12.ToDocument() method. The returned CorporateActionInstructionCancellationRequest002V12Document value will serialize correctly according to ISO 20022 standards.
classDiagram CorporateActionInstructionCancellationRequest002V12Document *-- CorporateActionInstructionCancellationRequest002V12 : 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.002.12">
<CorpActnInstrCxlReq>
<ChngInstrInd>
<!-- ChangeInstructionIndicator inner content -->
</ChngInstrInd>
<InstrId>
<!-- InstructionIdentification inner content -->
</InstrId>
<CorpActnGnlInf>
<!-- CorporateActionGeneralInformation inner content -->
</CorpActnGnlInf>
<AcctDtls>
<!-- AccountDetails inner content -->
</AcctDtls>
<CorpActnInstr>
<!-- CorporateActionInstruction inner content -->
</CorpActnInstr>
<PrtctInstr>
<!-- ProtectInstruction inner content -->
</PrtctInstr>
<AddtlInf>
<!-- AdditionalInformation inner content -->
</AddtlInf>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CorpActnInstrCxlReq>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_PGRLc199Ee262vCSVgjImg"
previousVersion="_pfHNkzi7Eeydid5dcNPKvg"
name="CorporateActionInstructionCancellationRequest002V12"
definition="Scope
The CorporateActionInstructionCancellationRequest message is sent by an account owner 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), using the relevant elements in the business application header (BAH)."
registrationStatus="Registered"
messageSet="_kXAaIKS_EeWiN6v48CBCXg"
xmlTag="CorpActnInstrCxlReq"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_PGRLdV99Ee262vCSVgjImg"
name="ChangeInstructionIndicatorGuideline"
definition="ChangeInstructionIndicator may only be used if CorporateActionOptionDetails/WithdrawalAllowedIndicator was set to 'false' or '0' (No) in the CorporateActionNotification message previously received and if CorporateActionOptionDetails/ChangeAllowedIndicator was set to 'true' or '1' (Yes) in the CorporateActionNotification message previously received."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_PGRLd199Ee262vCSVgjImg"
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="_PGRLeV99Ee262vCSVgjImg"
name="BeneficialOwnerBreakdownRequestRule "
definition="If CorporateActionInstruction/OptionType/Code value is BOBD (BeneficialOwnerBreakdownRequest), then CorporateActionGeneralInformation/EventType/Code value must be WTRC (Withholding Tax Relief Certification).
(MT565 NVR C8)"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionGeneralInformation/EventType/Code</leftOperand><rightOperand>WithholdingTaxReliefCertification</rightOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/CorporateActionInstruction/OptionType/Code</leftOperand><rightOperand>BeneficialOwnerBreakdownRequest</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<messageBuildingBlock
xmi:id="_PGRLfl99Ee262vCSVgjImg"
name="ChangeInstructionIndicator"
definition="Indicates that cancelled instruction will be replaced by a new corporate action instruction to be sent later."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="ChngInstrInd"
simpleType="_YXbjA9p-Ed-ak6NoX_4Aeg_-2040117978" />
<messageBuildingBlock
xmi:id="_PGRLgF99Ee262vCSVgjImg"
name="InstructionIdentification"
definition="Identification of a previously sent instruction document."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="InstrId"
complexType="_chT0l5KQEeWHWpTQn1FFVg" />
<messageBuildingBlock
xmi:id="_PGRLgl99Ee262vCSVgjImg"
name="CorporateActionGeneralInformation"
definition="General information about the corporate action event."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnGnlInf"
complexType="_eTvQux9QEeuFz_FaCzCLgQ" />
<messageBuildingBlock
xmi:id="_PGRLhF99Ee262vCSVgjImg"
name="AccountDetails"
definition="General information about the safekeeping account and the account owner."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctDtls"
complexType="_pfH1Ozi7Eeydid5dcNPKvg" />
<messageBuildingBlock
xmi:id="_PGRLhl99Ee262vCSVgjImg"
name="CorporateActionInstruction"
definition="Information about the corporate action option."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="CorpActnInstr"
complexType="_pfIcITi7Eeydid5dcNPKvg" />
<messageBuildingBlock
xmi:id="_PGRLiF99Ee262vCSVgjImg"
name="ProtectInstruction"
definition="Provides detailed information on protect and cover protect instructions."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="PrtctInstr"
complexType="_FLSgEf0hEeiKOe8GCUL1Lg" />
<messageBuildingBlock
xmi:id="_PGRLil99Ee262vCSVgjImg"
name="AdditionalInformation"
definition="Provides additional information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="AddtlInf"
complexType="_WbKDmNp-Ed-ak6NoX_4Aeg_1685038746" />
<messageBuildingBlock
xmi:id="_PGRLjF99Ee262vCSVgjImg"
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="040"
flavour="002"
version="12" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.