MarketClaimCancellationRequestStatusAdviceV01

seev.053.001.01

Scope and Usage The MarketClaimCancellationRequestStatusAdvice message is sent by an account servicer to an account holder to provide the status of a market claim transaction cancellation request. This message definition is intended for use with 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
%% MarketClaimCancellationRequestStatusAdviceV01 recursion level 0 with max 0
MarketClaimCancellationRequestStatusAdviceV01 *-- "1..1" DocumentIdentification9 : MarketClaimCancellationRequestIdentification
MarketClaimCancellationRequestStatusAdviceV01 *-- "1..1" References26 : TransactionReference
MarketClaimCancellationRequestStatusAdviceV01 *-- "1..1" CorporateActionGeneralInformation157 : CorporateActionGeneralInformation
MarketClaimCancellationRequestStatusAdviceV01 *-- "1..1" IMarketClaimCancellationRequestStatus1Choice : MarketClaimCancellationRequestStatus
MarketClaimCancellationRequestStatusAdviceV01 *-- "0..1" CorporateActionOption185 : MarketClaimDetails
MarketClaimCancellationRequestStatusAdviceV01 *-- "0..1" SupplementaryData1 : SupplementaryData
  

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

MarketClaimCancellationRequestIdentification building block

Identification of the related market claim cancellation request document for which the status is provided. Identifies a document by a unique identification. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% DocumentIdentification9 recursion level 0 with max 1
class DocumentIdentification9{
    Identification IsoMax35Text
}
  

DocumentIdentification9 members

Member name Description Data Type / Multiplicity
Identification Identifies the document. IsoMax35Text - Required 1..1

TransactionReference building block

References of the transaction for which the securities settlement condition modification is requested. Provides a set of identifications to reference to a securities settlement transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% References26 recursion level 0 with max 1
class References26{
    AccountServicerTransactionIdentification IsoMax35Text
    MarketInfrastructureTransactionIdentification IsoMax35Text
    ProcessorTransactionIdentification IsoMax35Text
}
  

References26 members

Member name Description Data Type / Multiplicity
AccountServicerTransactionIdentification Unambiguous identification of the transaction as known by the account servicer. IsoMax35Text - Required 1..1
MarketInfrastructureTransactionIdentification Identification of a transaction assigned by a market infrastructure other than a central securities depository, for example, Target2-Securities. IsoMax35Text - Optional 0..1
ProcessorTransactionIdentification Identification of the transaction assigned by the processor of the transaction other than the account holder, the account servicer and the non-CSD market infrastructure. IsoMax35Text - 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
%% CorporateActionGeneralInformation157 recursion level 0 with max 1
class CorporateActionGeneralInformation157{
    CorporateActionEventIdentification IsoMax35Text
    OfficialCorporateActionEventIdentification IsoMax35Text
}
CorporateActionGeneralInformation157 *-- "1..1" ICorporateActionEventType85Choice : EventType
CorporateActionGeneralInformation157 *-- "0..1" SecurityIdentification19 : FinancialInstrumentIdentification
%% ICorporateActionEventType85Choice recursion level 1 with max 1
%% SecurityIdentification19 recursion level 1 with max 1
class SecurityIdentification19{
    ISIN IsoISINOct2015Identifier
    Description IsoMax140Text
}
SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
  

CorporateActionGeneralInformation157 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. ICorporateActionEventType85Choice - Required 1..1
FinancialInstrumentIdentification Identification of a financial instrument. SecurityIdentification19 - Optional 0..1

MarketClaimCancellationRequestStatus building block

Status information about the processing of the market claim cancellation request. Choice between different instruction cancellation request statuses. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% IMarketClaimCancellationRequestStatus1Choice recursion level 0 with max 1
  

MarketClaimCancellationRequestStatus1Choice members

Member name Description Data Type / Multiplicity

MarketClaimDetails building block

Detailed information about the related corporate action option and related movements to which the market claim is linked. Provides information about the corporate action option. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% CorporateActionOption185 recursion level 0 with max 1
class CorporateActionOption185{
    OptionNumber IsoExact3NumericText
}
CorporateActionOption185 *-- "1..1" ICorporateActionOption30Choice : OptionType
CorporateActionOption185 *-- "0..0" SecuritiesOption76 : SecuritiesMovementDetails
CorporateActionOption185 *-- "0..0" CashOption76 : CashMovementDetails
%% ICorporateActionOption30Choice recursion level 1 with max 1
%% SecuritiesOption76 recursion level 1 with max 1
class SecuritiesOption76{
    CreditDebitIndicator CreditDebitCode
}
SecuritiesOption76 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification
SecuritiesOption76 *-- "1..1" IQuantity6Choice : EntitledQuantity
SecuritiesOption76 *-- "1..1" IDateFormat58Choice : PaymentDate
%% CashOption76 recursion level 1 with max 1
class CashOption76{
    CreditDebitIndicator CreditDebitCode
    GrossCashAmount IsoActiveCurrencyAndAmount
    NetCashAmount IsoActiveCurrencyAndAmount
    EntitledAmount IsoActiveCurrencyAndAmount
    WithholdingTaxAmount IsoActiveCurrencyAndAmount
}
CashOption76 *-- "0..1" ICashAccountIdentification5Choice : CashAccountIdentification
CashOption76 *-- "0..0" IRateAndAmountFormat40Choice : WithholdingTaxRate
CashOption76 *-- "0..1" IDateAndDateTime2Choice : EarliestPaymentDate
CashOption76 *-- "1..1" IDateFormat43Choice : PaymentDate
  

CorporateActionOption185 members

Member name Description Data Type / Multiplicity
OptionNumber Number identifying the available corporate action options. IsoExact3NumericText - Required 1..1
OptionType Specifies the corporate action options available to the account owner. ICorporateActionOption30Choice - Required 1..1
SecuritiesMovementDetails Provides information about securities movement related to a corporate action option. SecuritiesOption76 - Unknown 0..0
CashMovementDetails Provides information about the cash movement linked to the corporate action option. CashOption76 - Unknown 0..0

SupplementaryData building block

Additional information that cannot 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 MarketClaimCancellationRequestStatusAdviceV01 implementation follows a specific implementaiton pattern. First of all, MarketClaimCancellationRequestStatusAdviceV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, MarketClaimCancellationRequestStatusAdviceV01Document implements IOuterDocument. Because MarketClaimCancellationRequestStatusAdviceV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type MarketClaimCancellationRequestStatusAdviceV01.

classDiagram
    class IOuterRecord
    MarketClaimCancellationRequestStatusAdviceV01 --|> IOuterRecord : Implements
    MarketClaimCancellationRequestStatusAdviceV01Document --|> IOuterDocument~MarketClaimCancellationRequestStatusAdviceV01~ : Implements
    class IOuterDocument~MarketClaimCancellationRequestStatusAdviceV01~ {
        MarketClaimCancellationRequestStatusAdviceV01 Message
     }
  

Document wrapper for serialization

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

classDiagram
    MarketClaimCancellationRequestStatusAdviceV01Document *-- MarketClaimCancellationRequestStatusAdviceV01 : 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.053.001.01">
    <MktClmCxlReqStsAdvc>
        <MktClmCxlReqId>
            <!-- MarketClaimCancellationRequestIdentification inner content -->
        </MktClmCxlReqId>
        <TxRef>
            <!-- TransactionReference inner content -->
        </TxRef>
        <CorpActnGnlInf>
            <!-- CorporateActionGeneralInformation inner content -->
        </CorpActnGnlInf>
        <MktClmCxlReqSts>
            <!-- MarketClaimCancellationRequestStatus inner content -->
        </MktClmCxlReqSts>
        <MktClmDtls>
            <!-- MarketClaimDetails inner content -->
        </MktClmDtls>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </MktClmCxlReqStsAdvc>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_ygQkkNsFEeqmdMJWobugpw"
  name="MarketClaimCancellationRequestStatusAdviceV01"
  definition="Scope and Usage&#xD;&#xA;The MarketClaimCancellationRequestStatusAdvice message is sent by an account servicer to an account holder to provide the status of a market claim transaction cancellation request.&#xD;&#xA;This message definition is intended for use with the Business Application Header (BAH)."
  registrationStatus="Registered"
  messageSet="_7uj7EDATEeunENYTWutRtQ"
  xmlTag="MktClmCxlReqStsAdvc"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_r6OtoNx3EeqESbVR5AloZQ"
    name="MarketClaimCancellationRequestIdentification"
    definition="Identification of the related market claim cancellation request document for which the status is provided."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MktClmCxlReqId"
    complexType="_RXpteNp-Ed-ak6NoX_4Aeg_66239534" />
  <messageBuildingBlock
    xmi:id="_x1AqBNx3EeqESbVR5AloZQ"
    name="TransactionReference"
    definition="References of the transaction for which the securities settlement condition modification is requested."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="TxRef"
    complexType="_vngwR90-Eeqr9MBu3-7tWg">
    <semanticMarkup
      xmi:id="_x1AqAdx3EeqESbVR5AloZQ"
      type="Synonym" />
  </messageBuildingBlock>
  <messageBuildingBlock
    xmi:id="_x1AqBdx3EeqESbVR5AloZQ"
    name="CorporateActionGeneralInformation"
    definition="General information about the corporate action event."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="CorpActnGnlInf"
    complexType="_CbU_Aw3vEeuS25W0nuZvyQ" />
  <messageBuildingBlock
    xmi:id="_7H81ANx3EeqESbVR5AloZQ"
    name="MarketClaimCancellationRequestStatus"
    definition="Status information about the processing of the market claim cancellation request."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MktClmCxlReqSts"
    complexType="_1TcqZtx4EeqESbVR5AloZQ" />
  <messageBuildingBlock
    xmi:id="_x1AqBtx3EeqESbVR5AloZQ"
    name="MarketClaimDetails"
    definition="Detailed information about the related corporate action option and related movements to which the market claim is linked."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="MktClmDtls"
    complexType="_unNCUw3wEeuS25W0nuZvyQ" />
  <messageBuildingBlock
    xmi:id="_S5Y80SgaEeuYwc3diVMizA"
    name="SupplementaryData"
    definition="Additional information that cannot 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="053"
    flavour="001"
    version="01" />
</messageDefinition>

ISO Building Blocks

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