NettingCutOffReferenceDataUpdateRequestV02

reda.060.001.02

The Netting Cut Off Reference Data Update Request message is sent to a central system by a participant to request an update to a participant’s netting cut off held at the central system.

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
%% NettingCutOffReferenceDataUpdateRequestV02 recursion level 0 with max 0
NettingCutOffReferenceDataUpdateRequestV02 *-- "1..1" RequestData2 : RequestData
NettingCutOffReferenceDataUpdateRequestV02 *-- "1..1" NettingCutOff2 : NettingCutOffRequest
NettingCutOffReferenceDataUpdateRequestV02 *-- "0..1" SupplementaryData1 : SupplementaryData
  

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

RequestData building block

Specifies the meta data for the netting cut off update request. Contains the meta data for netting cut off update request: message identification, request servicer and a request type. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% RequestData2 recursion level 0 with max 1
class RequestData2{
    MessageIdentification IsoMax35Text
    RequestType IsoMax4Text
    RequestedActivationDate IsoISODate
    NetServiceType IsoMax35Text
}
RequestData2 *-- "0..1" IPartyIdentification242Choice : RequestServicer
RequestData2 *-- "1..1" IPartyIdentification242Choice : NetServiceParticipantIdentification
%% IPartyIdentification242Choice recursion level 1 with max 1
%% IPartyIdentification242Choice recursion level 1 with max 1
  

RequestData2 members

Member name Description Data Type / Multiplicity
MessageIdentification Unique identification of the message. IsoMax35Text - Required 1..1
RequestType Description of the type of request. IsoMax4Text - Required 1..1
RequestedActivationDate Specifies the business date on which the new netting cut off(s) is (are) to be activated. IsoISODate - Required 1..1
RequestServicer Describes the central system servicing the request. IPartyIdentification242Choice - Optional 0..1
NetServiceParticipantIdentification Describes the participant issuing the request. IPartyIdentification242Choice - Required 1..1
NetServiceType Describes the type of netting service supporting the net report. IsoMax35Text - Optional 0..1

NettingCutOffRequest building block

Specifies the information regarding the changes to the netting cut off. Provides the details for one to many netting cut off update requests to be actioned by a central system. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% NettingCutOff2 recursion level 0 with max 1
NettingCutOff2 *-- "1..1" INettingIdentification2Choice : NettingIdentification
NettingCutOff2 *-- "1..0" CutOff1 : NewCutOff
%% INettingIdentification2Choice recursion level 1 with max 1
%% CutOff1 recursion level 1 with max 1
class CutOff1{
    CutOffUpdateIdentification IsoMax35Text
    Currency ActiveCurrencyCode
    CutOffTime IsoISOTime
    ValueDateOffset IsoDateOffsetText
}
  

NettingCutOff2 members

Member name Description Data Type / Multiplicity
NettingIdentification Identifies the netting party or group. INettingIdentification2Choice - Required 1..1
NewCutOff Specifies the information regarding the updated netting cut off. CutOff1 - Unknown 1..0

SupplementaryData building block

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

classDiagram
    class IOuterRecord
    NettingCutOffReferenceDataUpdateRequestV02 --|> IOuterRecord : Implements
    NettingCutOffReferenceDataUpdateRequestV02Document --|> IOuterDocument~NettingCutOffReferenceDataUpdateRequestV02~ : Implements
    class IOuterDocument~NettingCutOffReferenceDataUpdateRequestV02~ {
        NettingCutOffReferenceDataUpdateRequestV02 Message
     }
  

Document wrapper for serialization

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

classDiagram
    NettingCutOffReferenceDataUpdateRequestV02Document *-- NettingCutOffReferenceDataUpdateRequestV02 : 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:reda.060.001.02">
    <NetgCutOffRefDataUpdReq>
        <ReqData>
            <!-- RequestData inner content -->
        </ReqData>
        <NetgCutOffReq>
            <!-- NettingCutOffRequest inner content -->
        </NetgCutOffReq>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </NetgCutOffRefDataUpdReq>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_mJe8bQM-Ee2nqoJcXIhTdw"
  previousVersion="_CYWUEJVFEeaYkf5FCqYMeA"
  name="NettingCutOffReferenceDataUpdateRequestV02"
  definition="The Netting Cut Off Reference Data Update Request message is sent to a central system by a participant to request an update to a participant's netting cut off held at the central system."
  registrationStatus="Registered"
  messageSet="_wiatARJsEeSstbhSoCHcWw"
  xmlTag="NetgCutOffRefDataUpdReq"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_mJe8bwM-Ee2nqoJcXIhTdw"
    previousVersion="_5WY5cJVGEeaYkf5FCqYMeA"
    name="RequestData"
    definition="Specifies the meta data for the netting cut off update request."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="ReqData"
    complexType="_CnJABQN1Ee2-vqzwMUAewg" />
  <messageBuildingBlock
    xmi:id="_mJe8cQM-Ee2nqoJcXIhTdw"
    previousVersion="_-cihoJVLEeaYkf5FCqYMeA"
    name="NettingCutOffRequest"
    definition="Specifies the information regarding the changes to the netting cut off."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="NetgCutOffReq"
    complexType="_B-239QN1Ee2-vqzwMUAewg" />
  <messageBuildingBlock
    xmi:id="_mJe8cwM-Ee2nqoJcXIhTdw"
    previousVersion="_Yna6IJVMEeaYkf5FCqYMeA"
    name="SupplementaryData"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="SplmtryData"
    complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
  <messageDefinitionIdentifier
    businessArea="reda"
    messageFunctionality="060"
    flavour="001"
    version="02" />
</messageDefinition>

ISO Building Blocks

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