DTCCCACNSD1V10

supl.006.001.10

The DTCCCACNSD1 message extends ISO corporate action cancellation advice (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
%% DTCCCACNSD1V10 recursion level 0 with max 0
DTCCCACNSD1V10 *-- "0..1" Pagination1 : Pagination
DTCCCACNSD1V10 *-- "0..1" CorporateActionNotificationSD10 : Notification
DTCCCACNSD1V10 *-- "0..1" CorporateActionGeneralInformationSD40 : GeneralInformation
DTCCCACNSD1V10 *-- "0..1" FinancialInstrumentAttributesSD20 : UnderlyingSecurity
DTCCCACNSD1V10 *-- "0..1" CorporateActionCancellationSD3 : EventsLinkage
DTCCCACNSD1V10 *-- "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 message is to continue or that the message is the last page of the multi-parts message. 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

Notification 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 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

UnderlyingSecurity building block

Information to be extended as supplementary data to underlying security details. Provides additional information regarding underlying security details. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% FinancialInstrumentAttributesSD20 recursion level 0 with max 1
class FinancialInstrumentAttributesSD20{
    PlaceAndName IsoMax350Text
    MoneyMarketInstrumentFlag IsoYesNoIndicator
}
  

FinancialInstrumentAttributesSD20 members

Member name Description Data Type / Multiplicity
PlaceAndName Xpath to the element that is being extended. IsoMax350Text - Optional 0..1
MoneyMarketInstrumentFlag Indicates that the underlying security is a money market instrument. IsoYesNoIndicator - Optional 0..1

EventsLinkage building block

Information to be extended as supplementary data to events linkage. 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 DTCCCACNSD1V10 implementation follows a specific implementaiton pattern. First of all, DTCCCACNSD1V10 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, DTCCCACNSD1V10Document implements IOuterDocument. Because DTCCCACNSD1V10 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type DTCCCACNSD1V10.

classDiagram
    class IOuterRecord
    DTCCCACNSD1V10 --|> IOuterRecord : Implements
    DTCCCACNSD1V10Document --|> IOuterDocument~DTCCCACNSD1V10~ : Implements
    class IOuterDocument~DTCCCACNSD1V10~ {
        DTCCCACNSD1V10 Message
     }
  

Document wrapper for serialization

The only real purpose DTCCCACNSD1V10Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:supl.006.001.10’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using DTCCCACNSD1V10.ToDocument() method. The returned DTCCCACNSD1V10Document value will serialize correctly according to ISO 20022 standards.

classDiagram
    DTCCCACNSD1V10Document *-- DTCCCACNSD1V10 : 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.10">
    <DTCCCACNSD1>
        <Pgntn>
            <!-- Pagination inner content -->
        </Pgntn>
        <Ntfctn>
            <!-- Notification inner content -->
        </Ntfctn>
        <GnlInf>
            <!-- GeneralInformation inner content -->
        </GnlInf>
        <UndrlygScty>
            <!-- UnderlyingSecurity inner content -->
        </UndrlygScty>
        <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="_q_pKaQ4zEeuIpNw_GxsBOw"
  nextVersions="_Vk6qOTDmEey2N-DB7H7A5A"
  previousVersion="_x6QR-QB6EeqouY-yI_q3qQ"
  name="DTCCCACNSD1V10"
  definition="The DTCCCACNSD1 message extends ISO corporate action cancellation advice (CACN) message with DTCC corporate action elements not covered in the standard message."
  registrationStatus="Registered"
  messageSet="_f180QGxSEeKtkPXDQKdgxQ"
  xmlTag="DTCCCACNSD1"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_q_pKaw4zEeuIpNw_GxsBOw"
    nextVersions="_Vk6qOzDmEey2N-DB7H7A5A"
    previousVersion="_x6QR-wB6EeqouY-yI_q3qQ"
    name="Pagination"
    definition="Page number of the message and continuation indicator to indicate that the multi-parts message is to continue or that the message is the last page of the multi-parts message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="Pgntn"
    complexType="_xhMHQa6XEees_ufOy2ci-g" />
  <messageBuildingBlock
    xmi:id="_q_pKbQ4zEeuIpNw_GxsBOw"
    nextVersions="_Vk6qPTDmEey2N-DB7H7A5A"
    previousVersion="_x6QR_QB6EeqouY-yI_q3qQ"
    name="Notification"
    definition="Notification information to be extended as supplementary data to cancellation advice."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="Ntfctn"
    complexType="_ja7hEb5XEeexmbB7KsjCwA" />
  <messageBuildingBlock
    xmi:id="_q_pKbw4zEeuIpNw_GxsBOw"
    nextVersions="_Vk6qPzDmEey2N-DB7H7A5A"
    previousVersion="_x6QR_wB6EeqouY-yI_q3qQ"
    name="GeneralInformation"
    definition="Information to be extended as supplementary data to general information."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="GnlInf"
    complexType="_shpjgQB8EeqouY-yI_q3qQ" />
  <messageBuildingBlock
    xmi:id="_hJwvUQ-pEeuE0Pnt-OcNOA"
    nextVersions="_Vk6qQTDmEey2N-DB7H7A5A"
    name="UnderlyingSecurity"
    definition="Information to be extended as supplementary data to underlying security details."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="UndrlygScty"
    complexType="_oTi1cQ-pEeuE0Pnt-OcNOA" />
  <messageBuildingBlock
    xmi:id="_q_pKcQ4zEeuIpNw_GxsBOw"
    nextVersions="_Vk6qQzDmEey2N-DB7H7A5A"
    previousVersion="_x6QSAQB6EeqouY-yI_q3qQ"
    name="EventsLinkage"
    definition="Information to be extended as supplementary data to events linkage."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="EvtsLkg"
    complexType="_pm0bkb5XEeexmbB7KsjCwA" />
  <messageBuildingBlock
    xmi:id="_q_pKcw4zEeuIpNw_GxsBOw"
    nextVersions="_Vk6qRTDmEey2N-DB7H7A5A"
    previousVersion="_x6QSAwB6EeqouY-yI_q3qQ"
    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="10" />
</messageDefinition>

ISO Building Blocks

The following items are used as building blocks to construct this message.