CollateralAndExposureReportV02

colr.016.001.02

Scope This message is sent:

The message definition is intended for use with the ISO20022 Business Application Header.

Usage The CollateralAndExposureReport is used to provide the details of the valuation of the collateral, that is, the valuation of securities collateral, cash collateral or other type of collateral, posted at a specific calculation date.

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
%% CollateralAndExposureReportV02 recursion level 0 with max 0
CollateralAndExposureReportV02 *-- "1..1" ReportParameters2 : ReportParameters
CollateralAndExposureReportV02 *-- "0..1" Pagination : Pagination
CollateralAndExposureReportV02 *-- "1..1" Obligation3 : Obligation
CollateralAndExposureReportV02 *-- "0..1" Agreement2 : Agreement
CollateralAndExposureReportV02 *-- "1..1" Collateral9 : CollateralReport
CollateralAndExposureReportV02 *-- "0..1" SupplementaryData1 : SupplementaryData
  

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

ReportParameters building block

Provides information about the report such as the report identification, the report date and time or the report frequency. Provides the parameters of the report. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% ReportParameters2 recursion level 0 with max 1
class ReportParameters2{
    ReportIdentification IsoMax35Text
    Frequency EventFrequency6Code
    ReportCurrency CurrencyCode
    CalculationDate IsoISODateTime
}
ReportParameters2 *-- "1..1" IDateAndDateTimeChoice : ReportDateAndTime
%% IDateAndDateTimeChoice recursion level 1 with max 1
  

ReportParameters2 members

Member name Description Data Type / Multiplicity
ReportIdentification Unique identification of the report. IsoMax35Text - Required 1..1
ReportDateAndTime Date (and time) at which the report was created. IDateAndDateTimeChoice - Required 1..1
Frequency Frequency of the report. EventFrequency6Code - Required 1..1
ReportCurrency Indicates the currency used for the calculation of the guarantee fund. CurrencyCode - Required 1..1
CalculationDate Indicates the date of calculation of the deficit (if any). IsoISODateTime - Optional 0..1

Pagination building block

Specifies the page number and an indicator of whether it is the only or last page, or if there are additional pages.

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
%% Pagination recursion level 0 with max 1
class Pagination{
    PageNumber IsoMax5NumericText
    LastPageIndicator IsoYesNoIndicator
}
  

Pagination members

Member name Description Data Type / Multiplicity
PageNumber Page number. IsoMax5NumericText - Required 1..1
LastPageIndicator Indicates the last page. IsoYesNoIndicator - Required 1..1

Obligation building block

Provides information like the identification of the party or parties associated with the collateral agreement, the exposure type and the valuation date. Provides information like the identification of the party or parties associated with the collateral agreement, the exposure type and the valuation date. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Obligation3 recursion level 0 with max 1
class Obligation3{
    ExposureType ExposureType5Code
}
Obligation3 *-- "1..1" IPartyIdentification33Choice : PartyA
Obligation3 *-- "0..1" IPartyIdentification33Choice : ServicingPartyA
Obligation3 *-- "1..1" IPartyIdentification33Choice : PartyB
Obligation3 *-- "0..1" IPartyIdentification33Choice : ServicingPartyB
Obligation3 *-- "0..1" CollateralAccount1 : CollateralAccountIdentification
Obligation3 *-- "1..1" IDateAndDateTimeChoice : ValuationDate
%% IPartyIdentification33Choice recursion level 1 with max 1
%% IPartyIdentification33Choice recursion level 1 with max 1
%% IPartyIdentification33Choice recursion level 1 with max 1
%% IPartyIdentification33Choice recursion level 1 with max 1
%% CollateralAccount1 recursion level 1 with max 1
class CollateralAccount1{
    Identification IsoMax35Text
    Name IsoMax70Text
}
CollateralAccount1 *-- "0..1" ICollateralAccountIdentificationType1Choice : Type
%% IDateAndDateTimeChoice recursion level 1 with max 1
  

Obligation3 members

Member name Description Data Type / Multiplicity
PartyA Defines one of the entities associated with the collateral agreement. IPartyIdentification33Choice - Required 1..1
ServicingPartyA Specifies the party that is acting on behalf of party A and that offers collateral management services. IPartyIdentification33Choice - Optional 0..1
PartyB Defines the other entity associated with the collateral agreement. IPartyIdentification33Choice - Required 1..1
ServicingPartyB Specifies the party that is acting on behalf of party B and that offers collateral management services. IPartyIdentification33Choice - Optional 0..1
CollateralAccountIdentification Provides additional information on the Collateral Account of the Party delivering the collateral. CollateralAccount1 - Optional 0..1
ExposureType Specifies the underlying business area or type of trade causing the collateral movement. ExposureType5Code - Optional 0..1
ValuationDate Indicates the close of business date on which the initiating party is valuing the margin call. IDateAndDateTimeChoice - Required 1..1

Agreement building block

Agreement details for the over the counter market. Agreement details for the over the counter market. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Agreement2 recursion level 0 with max 1
class Agreement2{
    AgreementDetails IsoMax140Text
    AgreementIdentification IsoMax140Text
    AgreementDate IsoISODate
    BaseCurrency CurrencyCode
}
Agreement2 *-- "0..1" IAgreementFramework1Choice : AgreementFramework
%% IAgreementFramework1Choice recursion level 1 with max 1
  

Agreement2 members

Member name Description Data Type / Multiplicity
AgreementDetails Full details of the supporting legal agreement under which the margin call can be issued and/or governed. IsoMax140Text - Required 1..1
AgreementIdentification Common reference to the agreement between the two counterparties. IsoMax140Text - Optional 0..1
AgreementDate Date on which the collateral agreement was signed. IsoISODate - Required 1..1
BaseCurrency Denomination currency as specified in the collateral agreement. CurrencyCode - Required 1..1
AgreementFramework Specifies the underlying master agreement. IAgreementFramework1Choice - Optional 0..1

CollateralReport building block

Provides details on the collateral report. Provides for each collateral account the report summary and the valuation of each piece of collateral. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% Collateral9 recursion level 0 with max 1
Collateral9 *-- "1..1" CollateralAccount1 : AccountIdentification
Collateral9 *-- "1..1" Summary1 : ReportSummary
Collateral9 *-- "0..0" CollateralValuation2 : CollateralValuation
%% CollateralAccount1 recursion level 1 with max 1
class CollateralAccount1{
    Identification IsoMax35Text
    Name IsoMax70Text
}
CollateralAccount1 *-- "0..1" ICollateralAccountIdentificationType1Choice : Type
%% Summary1 recursion level 1 with max 1
class Summary1{
    ExposedAmountPartyA IsoActiveCurrencyAndAmount
    ExposedAmountPartyB IsoActiveCurrencyAndAmount
    ExposureType ExposureType1Code
    TotalValueOfCollateral IsoActiveCurrencyAndAmount
    NetExcessDeficit IsoActiveCurrencyAndAmount
    NetExcessDeficitIndicator ShortLong1Code
    ValuationDateTime IsoISODateTime
    RequestedSettlementDate IsoISODate
}
Summary1 *-- "0..1" SummaryAmounts1 : SummaryDetails
%% CollateralValuation2 recursion level 1 with max 1
class CollateralValuation2{
    CollateralIdentification IsoMax35Text
    CollateralType CollateralType1Code
    SettlementStatus SettlementStatus2Code
    NumberOfDaysAccrued IsoNumber
    DayCountBasis InterestComputationMethod2Code
    ExchangeRate IsoBaseOneRate
    CurrencyHaircut IsoBaseOneRate
    AdjustedRate IsoBaseOneRate
}
CollateralValuation2 *-- "1..1" CollateralAmount1 : ValuationAmounts
CollateralValuation2 *-- "0..1" SecuritiesCollateral2 : SecuritiesCollateral
CollateralValuation2 *-- "0..1" CashCollateral4 : CashCollateral
CollateralValuation2 *-- "0..1" OtherCollateral3 : OtherCollateral
  

Collateral9 members

Member name Description Data Type / Multiplicity
AccountIdentification Provides information about the collateral account, that is the identification, the type and optionally the name. CollateralAccount1 - Required 1..1
ReportSummary Provides the summary of the collateral valuation report. Summary1 - Required 1..1
CollateralValuation Provides additionnal information about the collateral valuation that has been posted. CollateralValuation2 - Unknown 0..0

SupplementaryData building block

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

classDiagram
    class IOuterRecord
    CollateralAndExposureReportV02 --|> IOuterRecord : Implements
    CollateralAndExposureReportV02Document --|> IOuterDocument~CollateralAndExposureReportV02~ : Implements
    class IOuterDocument~CollateralAndExposureReportV02~ {
        CollateralAndExposureReportV02 Message
     }
  

Document wrapper for serialization

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

classDiagram
    CollateralAndExposureReportV02Document *-- CollateralAndExposureReportV02 : 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:colr.016.001.02">
    <CollAndXpsrRpt>
        <RptParams>
            <!-- ReportParameters inner content -->
        </RptParams>
        <Pgntn>
            <!-- Pagination inner content -->
        </Pgntn>
        <Oblgtn>
            <!-- Obligation inner content -->
        </Oblgtn>
        <Agrmt>
            <!-- Agreement inner content -->
        </Agrmt>
        <CollRpt>
            <!-- CollateralReport inner content -->
        </CollRpt>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </CollAndXpsrRpt>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_6kjEkVnOEeSPgY23yCMQSQ"
  nextVersions="_XAW1sYFrEeWtPe6Crjmeug"
  name="CollateralAndExposureReportV02"
  definition="Scope&#xD;&#xA;This message is sent:&#xD;&#xA;- either by the collateral giver, or its collateral manager, to the collateral taker, or its collateral manager, or&#xD;&#xA;- or by the collateral taker, or its collateral manager to the collateral giver, or its collateral manager&#xD;&#xA;&#xD;&#xA;The message definition is intended for use with the ISO20022 Business Application Header.&#xD;&#xA;&#xD;&#xA;Usage&#xD;&#xA;The CollateralAndExposureReport is used to provide the details of the valuation of the collateral, that is, the valuation of securities collateral, cash collateral or other type of collateral, posted at a specific calculation date."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="CollAndXpsrRpt"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_6kjEk1nOEeSPgY23yCMQSQ"
    nextVersions="_XAW1s4FrEeWtPe6Crjmeug"
    name="ReportParameters"
    definition="Provides information about the report such as the report identification, the report date and time or the report frequency."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="RptParams"
    complexType="_QlcNadp-Ed-ak6NoX_4Aeg_1490476160" />
  <messageBuildingBlock
    xmi:id="_6kjElVnOEeSPgY23yCMQSQ"
    nextVersions="_XAW1tYFrEeWtPe6Crjmeug"
    name="Pagination"
    definition="Specifies the page number and an indicator of whether it is the only or last page, or if there are additional pages. &#xD;&#xA;"
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="Pgntn"
    complexType="_Q65gBdp-Ed-ak6NoX_4Aeg_-21330104" />
  <messageBuildingBlock
    xmi:id="_EA8qMGNqEeSIWbZ6by9dnA"
    nextVersions="_XAW1t4FrEeWtPe6Crjmeug"
    name="Obligation"
    definition="Provides information like the identification of the party or parties associated with the collateral agreement, the exposure type and the valuation date."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="Oblgtn"
    complexType="_cSBe4WNeEeSLD8nyfZcLzQ" />
  <messageBuildingBlock
    xmi:id="_6kjEl1nOEeSPgY23yCMQSQ"
    nextVersions="_XAW1uYFrEeWtPe6Crjmeug"
    name="Agreement"
    definition="Agreement details for the over the counter market."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="Agrmt"
    complexType="_Un-Otdp-Ed-ak6NoX_4Aeg_-902133760" />
  <messageBuildingBlock
    xmi:id="_6kjEoVnOEeSPgY23yCMQSQ"
    nextVersions="_XAW1u4FrEeWtPe6Crjmeug"
    name="CollateralReport"
    definition="Provides details on the collateral report."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="CollRpt"
    complexType="_67TXk2A4EeSMf75YyPqG7w" />
  <messageBuildingBlock
    xmi:id="_6kjEo1nOEeSPgY23yCMQSQ"
    nextVersions="_XAW1vYFrEeWtPe6Crjmeug"
    name="SupplementaryData"
    definition="Additional information that can not 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="colr"
    messageFunctionality="016"
    flavour="001"
    version="02" />
</messageDefinition>

ISO Building Blocks

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