FinancialInstrumentReportingReferenceDataReportV02

auth.017.001.02

This FinancialInstrumentReportingReferenceDataReport message is sent by the trading venue to the national competent authority to report on the reference data used in the securities transactions.

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
%% FinancialInstrumentReportingReferenceDataReportV02 recursion level 0 with max 0
FinancialInstrumentReportingReferenceDataReportV02 *-- "1..1" SecuritiesMarketReportHeader1 : ReportHeader
FinancialInstrumentReportingReferenceDataReportV02 *-- "1..1" SecuritiesReferenceDataReport6 : ReferenceData
FinancialInstrumentReportingReferenceDataReportV02 *-- "0..1" SupplementaryData1 : SupplementaryData
  

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

ReportHeader building block

Header information related to the global report. Provides the securities market transaction report related header details. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SecuritiesMarketReportHeader1 recursion level 0 with max 1
class SecuritiesMarketReportHeader1{
    SubmissionDateTime IsoISODateTime
}
SecuritiesMarketReportHeader1 *-- "1..1" ITradingVenueIdentification1Choice : ReportingEntity
SecuritiesMarketReportHeader1 *-- "1..1" IPeriod4Choice : ReportingPeriod
%% ITradingVenueIdentification1Choice recursion level 1 with max 1
%% IPeriod4Choice recursion level 1 with max 1
  

SecuritiesMarketReportHeader1 members

Member name Description Data Type / Multiplicity
ReportingEntity Identification of the venue which generates the report. ITradingVenueIdentification1Choice - Required 1..1
ReportingPeriod Date or date range the report relates to. IPeriod4Choice - Required 1..1
SubmissionDateTime Date and time of the report originally submitted by the reporting entity when the file is generated for submission to their reporting authority. IsoISODateTime - Optional 0..1

ReferenceData building block

Details of the reference data reported by the trading venue. Provides details on the securities reference data for the required financial instruments. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SecuritiesReferenceDataReport6 recursion level 0 with max 1
class SecuritiesReferenceDataReport6{
    TechnicalRecordIdentification IsoMax35Text
    Issuer IsoLEIIdentifier
}
SecuritiesReferenceDataReport6 *-- "1..1" SecurityInstrumentDescription9 : FinancialInstrumentGeneralAttributes
SecuritiesReferenceDataReport6 *-- "1..0" TradingVenueAttributes1 : TradingVenueRelatedAttributes
SecuritiesReferenceDataReport6 *-- "0..1" DebtInstrument2 : DebtInstrumentAttributes
SecuritiesReferenceDataReport6 *-- "0..1" DerivativeInstrument5 : DerivativeInstrumentAttributes
SecuritiesReferenceDataReport6 *-- "0..1" RecordTechnicalData4 : TechnicalAttributes
%% SecurityInstrumentDescription9 recursion level 1 with max 1
class SecurityInstrumentDescription9{
    Identification IsoISINOct2015Identifier
    FullName IsoMax350Text
    ShortName IsoMax35Text
    ClassificationType IsoCFIOct2015Identifier
    NotionalCurrency ActiveOrHistoricCurrencyCode
    CommodityDerivativeIndicator IsoTrueFalseIndicator
}
%% TradingVenueAttributes1 recursion level 1 with max 1
class TradingVenueAttributes1{
    Identification IsoMICIdentifier
    IssuerRequest IsoTrueFalseIndicator
    AdmissionApprovalDateByIssuer IsoISODateTime
    RequestForAdmissionDate IsoISODateTime
    FirstTradeDate IsoISODateTime
    TerminationDate IsoISODateTime
}
%% DebtInstrument2 recursion level 1 with max 1
class DebtInstrument2{
    TotalIssuedNominalAmount IsoActiveOrHistoricCurrencyAndAmount
    MaturityDate IsoISODate
    NominalValuePerUnit IsoActiveOrHistoricCurrencyAndAmount
    DebtSeniority DebtInstrumentSeniorityType1Code
}
DebtInstrument2 *-- "1..1" IInterestRate6Choice : InterestRate
%% DerivativeInstrument5 recursion level 1 with max 1
class DerivativeInstrument5{
    ExpiryDate IsoISODate
    PriceMultiplier IsoNonNegativeDecimalNumber
    OptionType OptionType2Code
    OptionExerciseStyle OptionStyle7Code
    DeliveryType PhysicalTransferType4Code
}
DerivativeInstrument5 *-- "0..1" IFinancialInstrumentIdentification5Choice : UnderlyingInstrument
DerivativeInstrument5 *-- "0..1" ISecuritiesTransactionPrice4Choice : StrikePrice
DerivativeInstrument5 *-- "0..1" AssetClass2 : AssetClassSpecificAttributes
%% RecordTechnicalData4 recursion level 1 with max 1
class RecordTechnicalData4{
    InconsistencyIndicator IsoTrueFalseIndicator
    LastUpdate IsoISODateTime
    SubmissionDateTime IsoISODateTime
    RelevantCompetentAuthority CountryCode
    NeverPublished IsoTrueFalseIndicator
    RelevantTradingVenue IsoMICIdentifier
}
RecordTechnicalData4 *-- "0..1" IPeriod4Choice : PublicationPeriod
  

SecuritiesReferenceDataReport6 members

Member name Description Data Type / Multiplicity
TechnicalRecordIdentification Unique identifier of a record in a message used as part of error management and status advice message. Usage: This identification will be used in the status advice report sent back. IsoMax35Text - Optional 0..1
FinancialInstrumentGeneralAttributes Attributes and characteristics of the financial instrument. SecurityInstrumentDescription9 - Required 1..1
Issuer LEI of Issuer or trading venue operator. IsoLEIIdentifier - Required 1..1
TradingVenueRelatedAttributes Traded venue related attributes. TradingVenueAttributes1 - Unknown 1..0
DebtInstrumentAttributes Attributes specific to debt instruments. DebtInstrument2 - Optional 0..1
DerivativeInstrumentAttributes Attributes specific to derivative instruments. DerivativeInstrument5 - Optional 0..1
TechnicalAttributes Technical attributes. RecordTechnicalData4 - Optional 0..1

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

classDiagram
    class IOuterRecord
    FinancialInstrumentReportingReferenceDataReportV02 --|> IOuterRecord : Implements
    FinancialInstrumentReportingReferenceDataReportV02Document --|> IOuterDocument~FinancialInstrumentReportingReferenceDataReportV02~ : Implements
    class IOuterDocument~FinancialInstrumentReportingReferenceDataReportV02~ {
        FinancialInstrumentReportingReferenceDataReportV02 Message
     }
  

Document wrapper for serialization

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

classDiagram
    FinancialInstrumentReportingReferenceDataReportV02Document *-- FinancialInstrumentReportingReferenceDataReportV02 : 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:auth.017.001.02">
    <FinInstrmRptgRefDataRpt>
        <RptHdr>
            <!-- ReportHeader inner content -->
        </RptHdr>
        <RefData>
            <!-- ReferenceData inner content -->
        </RefData>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </FinInstrmRptgRefDataRpt>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_JRfSUSX6EeigZbhgJcrASA"
  previousVersion="_4LUGOURNEee7JdgA9zPESA"
  name="FinancialInstrumentReportingReferenceDataReportV02"
  definition="This FinancialInstrumentReportingReferenceDataReport message is sent by the trading venue to the national competent authority to report on the reference data used in the securities transactions."
  registrationStatus="Registered"
  messageSet="_m18yAApTEeeand7dul6qJQ"
  xmlTag="FinInstrmRptgRefDataRpt"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_JRfSUyX6EeigZbhgJcrASA"
    previousVersion="_4LUGO0RNEee7JdgA9zPESA"
    name="ReportHeader"
    definition="Header information related to the global report."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="RptHdr"
    complexType="_Xt9fc8v5EeSxLrW9hropkQ" />
  <messageBuildingBlock
    xmi:id="_JRfSVSX6EeigZbhgJcrASA"
    previousVersion="_4LUGPURNEee7JdgA9zPESA"
    name="ReferenceData"
    definition="Details of the reference data reported by the trading venue."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="RefData"
    complexType="_K5JXMSX7EeigZbhgJcrASA" />
  <messageBuildingBlock
    xmi:id="_JRfSVyX6EeigZbhgJcrASA"
    previousVersion="_4LUGP0RNEee7JdgA9zPESA"
    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="auth"
    messageFunctionality="017"
    flavour="001"
    version="02" />
</messageDefinition>

ISO Building Blocks

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