supl.006.001.09
The DTCCCACNSD1 message extends ISO corporate action cancellation advise (CACN) message with DTCC corporate action elements not covered in the standard message.
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 %% DTCCCACNSD1V09 recursion level 0 with max 0 DTCCCACNSD1V09 *-- "0..1" Pagination1 : Pagination DTCCCACNSD1V09 *-- "0..1" CorporateActionNotificationSD10 : Notification DTCCCACNSD1V09 *-- "0..1" CorporateActionGeneralInformationSD40 : GeneralInformation DTCCCACNSD1V09 *-- "0..1" CorporateActionCancellationSD3 : EventsLinkage DTCCCACNSD1V09 *-- "0..1" CorporateActionCancellationSD4 : ExternalComments
Now, we will zero-in one-by-one on each of these building blocks.
Pagination building block
Page number of the message and continuation indicator to indicate that the multi-parts confirmation is to continue or that the message is the last page of the multi-parts confirmation. 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 |
Notification building block
Information to be extended as supplementary data to cancellation advice. Customer security identification reference information.
For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionNotificationSD10 recursion level 0 with max 1 class CorporateActionNotificationSD10{ PlaceAndName IsoMax350Text CustomerInternalSecurityIdentification IsoMax16Text } CorporateActionNotificationSD10 *-- "0..1" SecurityIdentification20 : SecurityOfInterestMatchingSecurity %% SecurityIdentification20 recursion level 1 with max 1 class SecurityIdentification20{ ISIN IsoISINOct2015Identifier Description IsoRestrictedFINXMax140Text } SecurityIdentification20 *-- "0..0" OtherIdentification2 : OtherIdentification
CorporateActionNotificationSD10 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Xpath to the element that is being extended. | IsoMax350Text - Optional 0..1 |
CustomerInternalSecurityIdentification | Internal security identification as provided by the customer for the given security on the security of interest (SOI) import file. | IsoMax16Text - Optional 0..1 |
SecurityOfInterestMatchingSecurity | Security identifier that is used to match the customer’s SOI (Security of Interest) to the GCA VS Security Cross Reference. | SecurityIdentification20 - Optional 0..1 |
GeneralInformation building block
Information to be extended as supplementary data to cancellation advice general information. Provides additional information regarding corporate action general information details. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionGeneralInformationSD40 recursion level 0 with max 1 class CorporateActionGeneralInformationSD40{ PlaceAndName IsoMax350Text EventType ExtendedEventType6Code SubEventType DTCCSubEventType8Code EventGroup EventGroup4Code }
CorporateActionGeneralInformationSD40 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Xpath to the element that is being extended. | IsoMax350Text - Optional 0..1 |
EventType | DTCC (The Depository Trust and Clearing Corporation) native corporate action event type name. Used in place for the events that cannot be classified by ISO Code and are marked as OTHR. Can be used in combination with DTCC sub event type (when provided) to identify the event. For an example: a distribution based on recapitalisation event will be presented as event type: OTHR in standard message. DTCC native event type would be Distribution (DIST) and DTCC sub event type would be Recapitalisation. | ExtendedEventType6Code - Optional 0..1 |
SubEventType | DTCC (The Depository Trust and Clearing Corporation) corporate action sub event type name further defines the event type. For an example: a cash dividend event eligible for dividend reinvestment at DTC election will be noted as event type: cash dividend (DVCA) and DTCC sub event type: DRIP( DTC only). | DTCCSubEventType8Code - Optional 0..1 |
EventGroup | DTC processing domain/ category for event types. | EventGroup4Code - Optional 0..1 |
EventsLinkage building block
Information to be extended as events linkage supplementary data to events to cancellation advice. Provides additional information regarding linkage details. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionCancellationSD3 recursion level 0 with max 1 class CorporateActionCancellationSD3{ PlaceAndName IsoMax350Text LinkedCorporateActionIdentification IsoMax35Text LinkageType DTCCLinkType1Code LinkAddedDate IsoISODate LinkModifiedDate IsoISODate }
CorporateActionCancellationSD3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Xpath to the element that is being extended. | IsoMax350Text - Optional 0..1 |
LinkedCorporateActionIdentification | Reference assigned by the account servicer to unambiguously identify a related corporate action event. | IsoMax35Text - Required 1..1 |
LinkageType | Indicates the reason why two or more events are related. | DTCCLinkType1Code - Required 1..1 |
LinkAddedDate | Events can be linked together. This date represents the date on which the link was established. | IsoISODate - Required 1..1 |
LinkModifiedDate | Events can be linked together. This date represents the date on which the link was modified. | IsoISODate - Optional 0..1 |
ExternalComments building block
Information to be extended as external comments to cancellation advice. Provides additional information regarding additional comments. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CorporateActionCancellationSD4 recursion level 0 with max 1 class CorporateActionCancellationSD4{ PlaceAndName IsoMax350Text ExternalComments IsoMax8000Text }
CorporateActionCancellationSD4 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceAndName | Xpath to the element that is being extended. | IsoMax350Text - Optional 0..1 |
ExternalComments | Additional textual information regarding the cancelled event. | IsoMax8000Text - Optional 0..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the DTCCCACNSD1V09 implementation follows a specific implementaiton pattern. First of all, DTCCCACNSD1V09 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, DTCCCACNSD1V09Document implements IOuterDocument. Because DTCCCACNSD1V09 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type DTCCCACNSD1V09.
classDiagram class IOuterRecord DTCCCACNSD1V09 --|> IOuterRecord : Implements DTCCCACNSD1V09Document --|> IOuterDocument~DTCCCACNSD1V09~ : Implements class IOuterDocument~DTCCCACNSD1V09~ { DTCCCACNSD1V09 Message }
Document wrapper for serialization
The only real purpose DTCCCACNSD1V09Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:supl.006.001.09’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using DTCCCACNSD1V09.ToDocument() method. The returned DTCCCACNSD1V09Document value will serialize correctly according to ISO 20022 standards.
classDiagram DTCCCACNSD1V09Document *-- DTCCCACNSD1V09 : 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:supl.006.001.09">
<DTCCCACNSD1>
<Pgntn>
<!-- Pagination inner content -->
</Pgntn>
<Ntfctn>
<!-- Notification inner content -->
</Ntfctn>
<GnlInf>
<!-- GeneralInformation inner content -->
</GnlInf>
<EvtsLkg>
<!-- EventsLinkage inner content -->
</EvtsLkg>
<XtrnlCmnts>
<!-- ExternalComments inner content -->
</XtrnlCmnts>
</DTCCCACNSD1>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_x6QR-QB6EeqouY-yI_q3qQ"
nextVersions="_q_pKaQ4zEeuIpNw_GxsBOw"
previousVersion="_b_Y1SeaHEei5aPS232E3Mw"
name="DTCCCACNSD1V09"
definition="The DTCCCACNSD1 message extends ISO corporate action cancellation advise (CACN) message with DTCC corporate action elements not covered in the standard message."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="DTCCCACNSD1"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_x6QR-wB6EeqouY-yI_q3qQ"
nextVersions="_q_pKaw4zEeuIpNw_GxsBOw"
previousVersion="_nF_iwegfEei5aPS232E3Mw"
name="Pagination"
definition="Page number of the message and continuation indicator to indicate that the multi-parts confirmation is to continue or that the message is the last page of the multi-parts confirmation."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Pgntn"
complexType="_xhMHQa6XEees_ufOy2ci-g" />
<messageBuildingBlock
xmi:id="_x6QR_QB6EeqouY-yI_q3qQ"
nextVersions="_q_pKbQ4zEeuIpNw_GxsBOw"
previousVersion="_b_Y1S-aHEei5aPS232E3Mw"
name="Notification"
definition="Information to be extended as supplementary data to cancellation advice."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Ntfctn"
complexType="_ja7hEb5XEeexmbB7KsjCwA" />
<messageBuildingBlock
xmi:id="_x6QR_wB6EeqouY-yI_q3qQ"
nextVersions="_q_pKbw4zEeuIpNw_GxsBOw"
previousVersion="_b_Y1TeaHEei5aPS232E3Mw"
name="GeneralInformation"
definition="Information to be extended as supplementary data to cancellation advice general information."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="GnlInf"
complexType="_shpjgQB8EeqouY-yI_q3qQ" />
<messageBuildingBlock
xmi:id="_x6QSAQB6EeqouY-yI_q3qQ"
nextVersions="_q_pKcQ4zEeuIpNw_GxsBOw"
previousVersion="_b_Y1T-aHEei5aPS232E3Mw"
name="EventsLinkage"
definition="Information to be extended as events linkage supplementary data to events to cancellation advice."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="EvtsLkg"
complexType="_pm0bkb5XEeexmbB7KsjCwA" />
<messageBuildingBlock
xmi:id="_x6QSAwB6EeqouY-yI_q3qQ"
nextVersions="_q_pKcw4zEeuIpNw_GxsBOw"
previousVersion="_b_Y1UeaHEei5aPS232E3Mw"
name="ExternalComments"
definition="Information to be extended as external comments to cancellation advice."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="XtrnlCmnts"
complexType="_s-PqYb5XEeexmbB7KsjCwA" />
<messageDefinitionIdentifier
businessArea="supl"
messageFunctionality="006"
flavour="001"
version="09" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.