DTCCCAPCSD1V04

supl.034.001.04

The DTCCCAPCSD1 message extends ISO corporate action movement preliminary advice cancellation advice (CAPC) 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
%% DTCCCAPCSD1V04 recursion level 0 with max 0
DTCCCAPCSD1V04 *-- "0..1" CorporateActionGeneralInformationSD54 : CorporateActionGeneralInformation
DTCCCAPCSD1V04 *-- "0..1" FinancialInstrumentAttributesSD20 : UnderlyingSecurity
  

Now, we will zero-in one-by-one on each of these building blocks.

CorporateActionGeneralInformation building block

Information to be extended as supplementary data to corporate action general information. Provides additional information regarding corporate action general information. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionGeneralInformationSD54 recursion level 0 with max 1
class CorporateActionGeneralInformationSD54{
    PlaceAndName IsoMax350Text
    EventGroup EventGroup2Code
    EventType ExtendedEventType6Code
    SubEventType DTCCSubEventType9Code
}
  

CorporateActionGeneralInformationSD54 members

Member name Description Data Type / Multiplicity
PlaceAndName Xpath to the element that is being extended. IsoMax350Text - Optional 0..1
EventGroup DTC processing domain/ category for event types. EventGroup2Code - 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 mapped to OTHR or when two or more distinct events (in DTCC model) use same ISO code and there are no additional data elements that distinguish those two or more events. ExtendedEventType6Code - Optional 0..1
SubEventType DTCC (The Depository Trust and Clearing Corporation) native corporate action sub event type name further defines the event type. DTCCSubEventType9Code - 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

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the DTCCCAPCSD1V04 implementation follows a specific implementaiton pattern. First of all, DTCCCAPCSD1V04 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, DTCCCAPCSD1V04Document implements IOuterDocument. Because DTCCCAPCSD1V04 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type DTCCCAPCSD1V04.

classDiagram
    class IOuterRecord
    DTCCCAPCSD1V04 --|> IOuterRecord : Implements
    DTCCCAPCSD1V04Document --|> IOuterDocument~DTCCCAPCSD1V04~ : Implements
    class IOuterDocument~DTCCCAPCSD1V04~ {
        DTCCCAPCSD1V04 Message
     }
  

Document wrapper for serialization

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

classDiagram
    DTCCCAPCSD1V04Document *-- DTCCCAPCSD1V04 : 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.034.001.04">
    <DTCCCAPCSD1>
        <CorpActnGnlInf>
            <!-- CorporateActionGeneralInformation inner content -->
        </CorpActnGnlInf>
        <UndrlygScty>
            <!-- UnderlyingSecurity inner content -->
        </UndrlygScty>
    </DTCCCAPCSD1>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_Vk6q2TDmEey2N-DB7H7A5A"
  previousVersion="_q_pLAw4zEeuIpNw_GxsBOw"
  name="DTCCCAPCSD1V04"
  definition="The DTCCCAPCSD1 message extends ISO corporate action movement preliminary advice cancellation advice (CAPC) message with DTCC corporate action elements not covered in the standard message."
  registrationStatus="Registered"
  messageSet="_Bu3cEJVUEeO6Q83g-JIX_w"
  xmlTag="DTCCCAPCSD1"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_Vk6q2zDmEey2N-DB7H7A5A"
    previousVersion="_q_pLBQ4zEeuIpNw_GxsBOw"
    name="CorporateActionGeneralInformation"
    definition="Information to be extended as supplementary data to corporate action general information."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="CorpActnGnlInf"
    complexType="_-Ou_ETDrEey2N-DB7H7A5A" />
  <messageBuildingBlock
    xmi:id="_Vk6q3TDmEey2N-DB7H7A5A"
    previousVersion="_pSTGQQ-1EeuE0Pnt-OcNOA"
    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" />
  <messageDefinitionIdentifier
    businessArea="supl"
    messageFunctionality="034"
    flavour="001"
    version="04" />
</messageDefinition>

ISO Building Blocks

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