sese.036.001.02
Scope An account owner sends a SecuritiesFinancingModificationInstruction to a securities financing transaction account servicer to notify the securities financing transaction account servicer of an update in the details of a repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing transaction that does not impact the original transaction securities quantity. Such a change may be:
- the providing of closing details not available at the time of the sending of the Securities Financing Instruction, for example, termination date for an open repo,
- the providing of a new rate, for example, a repo rate,
- the rollover of a position extending the closing or maturity date. The account owner/servicer relationship may be:
- a global custodian which has an account with a local custodian, or
- an investment management institution which manage a fund account opened at a custodian, or
- a broker which has an account with a custodian, or
- a central securities depository participant which has an account with a central securities depository, or
- a central securities depository which has an account with a custodian, another central securities depository or another settlement market infrastructure, or
- a central counterparty or a stock exchange or a trade matching utility which need to instruct the settlement of securities financing transactions to a central securities depository or another settlement market infrastructure. Usage The message may also be used to:
- re-send a message previously sent,
- provide a third party with a copy of a message for information,
- re-send to a third party a copy of a message for information. using the relevant elements in the Business Application Header. ISO 15022 - 20022 Coexistence This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”.
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 %% SecuritiesFinancingModificationInstructionV02 recursion level 0 with max 0 SecuritiesFinancingModificationInstructionV02 *-- "1..1" TransactionTypeAndAdditionalParameters7 : TransactionTypeAndModificationAdditionalParameters SecuritiesFinancingModificationInstructionV02 *-- "1..1" SecuritiesTradeDetails5 : TradeDetails SecuritiesFinancingModificationInstructionV02 *-- "1..1" SecurityIdentification14 : FinancialInstrumentIdentification SecuritiesFinancingModificationInstructionV02 *-- "1..1" QuantityAndAccount16 : QuantityAndAccountDetails SecuritiesFinancingModificationInstructionV02 *-- "1..1" SecuritiesFinancingTransactionDetails1 : SecuritiesFinancingAdditionalDetails SecuritiesFinancingModificationInstructionV02 *-- "0..1" SettlementDetails3 : SettlementParameters SecuritiesFinancingModificationInstructionV02 *-- "0..1" SettlementParties10 : DeliveringSettlementParties SecuritiesFinancingModificationInstructionV02 *-- "0..1" SettlementParties10 : ReceivingSettlementParties SecuritiesFinancingModificationInstructionV02 *-- "0..1" AmountAndDirection10 : OpeningSettlementAmount SecuritiesFinancingModificationInstructionV02 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
TransactionTypeAndModificationAdditionalParameters building block
Securities financing transaction identification information, type (repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing), modification information and other parameters. Specifies the conditions under which the order/trade is to be settled. For comparison, see the ISO20022 official specification
classDiagram direction tb %% TransactionTypeAndAdditionalParameters7 recursion level 0 with max 1 class TransactionTypeAndAdditionalParameters7{ AccountOwnerTransactionIdentification IsoMax35Text AccountServicerTransactionIdentification IsoMax35Text SecuritiesFinancingTransactionType SecuritiesFinancingTransactionType1Code Payment DeliveryReceiptType2Code CommonIdentification IsoMax35Text PoolIdentification IsoMax35Text } TransactionTypeAndAdditionalParameters7 *-- "0..1" IRepurchaseType7Choice : ModificationType %% IRepurchaseType7Choice recursion level 1 with max 1
TransactionTypeAndAdditionalParameters7 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AccountOwnerTransactionIdentification | Unambiguous identification of the transaction (unique per piece of collateral) as known by the account owner (or the instructing party managing the account). | IsoMax35Text - Required 1..1 |
AccountServicerTransactionIdentification | Unambiguous identification of the transaction (unique per piece of collateral) as known by the account servicer. | IsoMax35Text - Optional 0..1 |
SecuritiesFinancingTransactionType | Specifies the type of securities financing transaction, that is, repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing. | SecuritiesFinancingTransactionType1Code - Required 1..1 |
Payment | Specifies how the transaction is to be settled, for example, against payment. | DeliveryReceiptType2Code - Required 1..1 |
ModificationType | Identifies the type of securities financing modification requested. | IRepurchaseType7Choice - Optional 0..1 |
CommonIdentification | Unique reference agreed upon by the two trade counterparties to identify the trade. | IsoMax35Text - Optional 0..1 |
PoolIdentification | Collective reference identifying a set of messages. | IsoMax35Text - Optional 0..1 |
TradeDetails building block
Details of the securities financing deal. Details of the securities trade. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SecuritiesTradeDetails5 recursion level 0 with max 1 class SecuritiesTradeDetails5{ NumberOfDaysAccrued IsoMax3Number InstructionProcessingAdditionalDetails IsoMax350Text } SecuritiesTradeDetails5 *-- "0..1" IDateAndDateTimeChoice : TradeDate SecuritiesTradeDetails5 *-- "1..1" IDateAndDateTimeChoice : OpeningSettlementDate %% IDateAndDateTimeChoice recursion level 1 with max 1 %% IDateAndDateTimeChoice recursion level 1 with max 1
SecuritiesTradeDetails5 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
TradeDate | Specifies the date/time on which the trade was executed. | IDateAndDateTimeChoice - Optional 0..1 |
OpeningSettlementDate | Date and time at which the securities are to be delivered or received. | IDateAndDateTimeChoice - Required 1..1 |
NumberOfDaysAccrued | Number of days on which the interest rate accrues (daily accrual note). | IsoMax3Number - Optional 0..1 |
InstructionProcessingAdditionalDetails | Provides additional settlement processing information which can not be included within the structured fields of the message. | IsoMax350Text - Optional 0..1 |
FinancialInstrumentIdentification building block
Financial instrument representing a sum of rights of the investor vis-a-vis the issuer. Identification of a security. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SecurityIdentification14 recursion level 0 with max 1 class SecurityIdentification14{ ISIN IsoISINIdentifier Description IsoMax140Text } SecurityIdentification14 *-- "0..0" OtherIdentification1 : OtherIdentification %% OtherIdentification1 recursion level 1 with max 1 class OtherIdentification1{ Identification IsoMax35Text Suffix IsoMax16Text } OtherIdentification1 *-- "1..1" IIdentificationSource3Choice : Type
SecurityIdentification14 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
ISIN | International Securities Identification Number (ISIN). A numbering system designed by the United Nation’s International Organisation for Standardisation (ISO). The ISIN is composed of a 2-character prefix representing the country of issue, followed by the national security number (if one exists), and a check digit. Each country has a national numbering agency that assigns ISIN numbers for securities in that country. | IsoISINIdentifier - Optional 0..1 |
OtherIdentification | Identification of a security by proprietary or domestic identification scheme. | OtherIdentification1 - Unknown 0..0 |
Description | Textual description of a security instrument. | IsoMax140Text - Optional 0..1 |
QuantityAndAccountDetails building block
Details related to the account and quantity involved in the transaction. Details on the quantity, account and other related information involved in a transaction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% QuantityAndAccount16 recursion level 0 with max 1 QuantityAndAccount16 *-- "1..1" IFinancialInstrumentQuantity1Choice : SettlementQuantity QuantityAndAccount16 *-- "0..1" IPartyIdentification36Choice : AccountOwner QuantityAndAccount16 *-- "1..1" SecuritiesAccount13 : SafekeepingAccount QuantityAndAccount16 *-- "0..1" ICashAccountIdentification5Choice : CashAccount QuantityAndAccount16 *-- "0..1" ISafekeepingPlaceFormat3Choice : SafekeepingPlace %% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1 %% IPartyIdentification36Choice recursion level 1 with max 1 %% SecuritiesAccount13 recursion level 1 with max 1 class SecuritiesAccount13{ Identification IsoMax35Text Name IsoMax70Text } SecuritiesAccount13 *-- "0..1" GenericIdentification20 : Type %% ICashAccountIdentification5Choice recursion level 1 with max 1 %% ISafekeepingPlaceFormat3Choice recursion level 1 with max 1
QuantityAndAccount16 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SettlementQuantity | Total quantity of securities to be settled. | IFinancialInstrumentQuantity1Choice - Required 1..1 |
AccountOwner | Party that legally owns the account. | IPartyIdentification36Choice - Optional 0..1 |
SafekeepingAccount | Account to or from which a securities entry is made. | SecuritiesAccount13 - Required 1..1 |
CashAccount | Account to or from which a cash entry is made. | ICashAccountIdentification5Choice - Optional 0..1 |
SafekeepingPlace | Place where the securities are safe-kept, physically or notionally. This place can be, for example, a local custodian, a Central Securities Depository (CSD) or an International Central Securities Depository (ICSD). | ISafekeepingPlaceFormat3Choice - Optional 0..1 |
SecuritiesFinancingAdditionalDetails building block
Details of the closing of the securities financing transaction. Details of the closing of the securities financing transaction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SecuritiesFinancingTransactionDetails1 recursion level 0 with max 1 class SecuritiesFinancingTransactionDetails1{ SecuritiesFinancingTradeIdentification IsoMax35Text ClosingLegIdentification IsoMax35Text MaturityDateModification IsoYesNoIndicator InterestPayment IsoYesNoIndicator TransactionCallDelay IsoExact3NumericText TotalNumberOfCollateralInstructions IsoExact3NumericText SecondLegNarrative IsoMax140Text } SecuritiesFinancingTransactionDetails1 *-- "0..1" ITerminationDate2Choice : TerminationDate SecuritiesFinancingTransactionDetails1 *-- "0..1" IDateAndDateTimeChoice : RateChangeDate SecuritiesFinancingTransactionDetails1 *-- "0..1" IRateType5Choice : RateType SecuritiesFinancingTransactionDetails1 *-- "0..1" IRevaluationIndicator1Choice : Revaluation SecuritiesFinancingTransactionDetails1 *-- "0..1" ILegalFramework1Choice : LegalFramework SecuritiesFinancingTransactionDetails1 *-- "0..1" IInterestComputationMethodFormat1Choice : InterestComputationMethod SecuritiesFinancingTransactionDetails1 *-- "0..1" RateName1 : VariableRateSupport SecuritiesFinancingTransactionDetails1 *-- "0..1" Rate2 : RepurchaseRate SecuritiesFinancingTransactionDetails1 *-- "0..1" Rate2 : StockLoanMargin SecuritiesFinancingTransactionDetails1 *-- "0..1" Rate2 : SecuritiesHaircut SecuritiesFinancingTransactionDetails1 *-- "0..1" IRateOrName1Choice : PricingRate SecuritiesFinancingTransactionDetails1 *-- "0..1" Rate2 : Spread SecuritiesFinancingTransactionDetails1 *-- "0..1" AmountAndDirection4 : DealAmount SecuritiesFinancingTransactionDetails1 *-- "0..1" AmountAndDirection4 : AccruedInterestAmount SecuritiesFinancingTransactionDetails1 *-- "0..1" AmountAndDirection4 : ForfeitAmount SecuritiesFinancingTransactionDetails1 *-- "0..1" AmountAndDirection4 : PremiumAmount SecuritiesFinancingTransactionDetails1 *-- "0..1" AmountAndDirection4 : TerminationAmountPerPieceOfCollateral SecuritiesFinancingTransactionDetails1 *-- "0..1" AmountAndDirection4 : TerminationTransactionAmount %% ITerminationDate2Choice recursion level 1 with max 1 %% IDateAndDateTimeChoice recursion level 1 with max 1 %% IRateType5Choice recursion level 1 with max 1 %% IRevaluationIndicator1Choice recursion level 1 with max 1 %% ILegalFramework1Choice recursion level 1 with max 1 %% IInterestComputationMethodFormat1Choice recursion level 1 with max 1 %% RateName1 recursion level 1 with max 1 class RateName1{ Issuer IsoMax8Text RateName IsoMax35Text } %% Rate2 recursion level 1 with max 1 class Rate2{ Sign IsoPlusOrMinusIndicator Rate IsoPercentageRate } %% Rate2 recursion level 1 with max 1 class Rate2{ Sign IsoPlusOrMinusIndicator Rate IsoPercentageRate } %% Rate2 recursion level 1 with max 1 class Rate2{ Sign IsoPlusOrMinusIndicator Rate IsoPercentageRate } %% IRateOrName1Choice recursion level 1 with max 1 %% Rate2 recursion level 1 with max 1 class Rate2{ Sign IsoPlusOrMinusIndicator Rate IsoPercentageRate } %% AmountAndDirection4 recursion level 1 with max 1 class AmountAndDirection4{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode } %% AmountAndDirection4 recursion level 1 with max 1 class AmountAndDirection4{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode } %% AmountAndDirection4 recursion level 1 with max 1 class AmountAndDirection4{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode } %% AmountAndDirection4 recursion level 1 with max 1 class AmountAndDirection4{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode } %% AmountAndDirection4 recursion level 1 with max 1 class AmountAndDirection4{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode } %% AmountAndDirection4 recursion level 1 with max 1 class AmountAndDirection4{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode }
SecuritiesFinancingTransactionDetails1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SecuritiesFinancingTradeIdentification | Unambiguous identification of the underlying securities financing trade as assigned by the instructing party. The identification is common to all collateral pieces (one or many). | IsoMax35Text - Optional 0..1 |
ClosingLegIdentification | Unambiguous identification of the second leg of the transaction as known by the account owner (or the instructing party acting on its behalf). | IsoMax35Text - Optional 0..1 |
TerminationDate | Closing date/time or maturity date/time of the transaction. | ITerminationDate2Choice - Optional 0..1 |
RateChangeDate | Date/Time at which rate change has taken place. | IDateAndDateTimeChoice - Optional 0..1 |
RateType | Specifies whether the rate is fixed or variable. | IRateType5Choice - Optional 0..1 |
Revaluation | Specifies whether the collateral position should be subject to automatic revaluation by the account servicer. | IRevaluationIndicator1Choice - Optional 0..1 |
LegalFramework | Legal framework of the transaction. | ILegalFramework1Choice - Optional 0..1 |
InterestComputationMethod | Identifies the computation method of accrued interest of the related financial instrument. | IInterestComputationMethodFormat1Choice - Optional 0..1 |
MaturityDateModification | Specifies whether the maturity date of the securities financing transaction may be modified. | IsoYesNoIndicator - Optional 0..1 |
InterestPayment | Specifies whether the interest is to be paid to the collateral taker. If set to no, the interest is paid to the collateral giver. | IsoYesNoIndicator - Optional 0..1 |
VariableRateSupport | Index or support rate used together with the spread to calculate the | repurchase rate. |
RepurchaseRate | Rate to be used to recalculate the repurchase amount. | Rate2 - Optional 0..1 |
StockLoanMargin | Percentage mark-up on a loan consideration used to reflect the lender’s risk. | Rate2 - Optional 0..1 |
SecuritiesHaircut | Haircut or valuation factor on the security expressed as a percentage. | Rate2 - Optional 0..1 |
PricingRate | Interest rate to be paid on the transaction amount, as agreed between the counterparties. | IRateOrName1Choice - Optional 0..1 |
Spread | Repurchase spread expressed as a rate; margin over or under an index that determines the repurchase rate. | Rate2 - Optional 0..1 |
TransactionCallDelay | Minimum number of days’ notice a counterparty needs for terminating the transaction. | IsoExact3NumericText - Optional 0..1 |
TotalNumberOfCollateralInstructions | Total number of collateral instructions involved in the transaction. | IsoExact3NumericText - Optional 0..1 |
DealAmount | Principal amount of a trade (for second leg). | AmountAndDirection4 - Optional 0..1 |
AccruedInterestAmount | Interest amount that has accrued in between coupon payment periods. | AmountAndDirection4 - Optional 0..1 |
ForfeitAmount | Fixed amount of money that has to be paid (instead of interest) in the case of a recall or at the closing date. | AmountAndDirection4 - Optional 0..1 |
PremiumAmount | Difference between the amount of money of the first leg and the amount of the second leg of the transaction. | AmountAndDirection4 - Optional 0..1 |
TerminationAmountPerPieceOfCollateral | Amount of money to be settled per piece of collateral to terminate the transaction. | AmountAndDirection4 - Optional 0..1 |
TerminationTransactionAmount | Total amount of money to be settled to terminate the transaction. | AmountAndDirection4 - Optional 0..1 |
SecondLegNarrative | Provides additional information about the second leg in narrative form. | IsoMax140Text - Optional 0..1 |
SettlementParameters building block
Parameters which explicitly state the conditions that must be fulfilled before a particular transaction of a financial instrument can be settled. These parameters are defined by the instructing party in compliance with settlement rules in the market the transaction will settle in. Parameters which explicitly state the conditions that must be fulfilled before a particular transaction of a financial instrument can be settled. These parameters are defined by the instructing party in compliance with settlement rules in the market the transaction will settle in. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SettlementDetails3 recursion level 0 with max 1 class SettlementDetails3{ HoldIndicator IsoYesNoIndicator PartialSettlementIndicator IsoYesNoIndicator EligibleForCollateral IsoYesNoIndicator } SettlementDetails3 *-- "0..1" IPriorityNumeric1Choice : Priority SettlementDetails3 *-- "0..0" ISettlementTransactionCondition1Choice : SettlementTransactionCondition SettlementDetails3 *-- "0..1" ISettlingCapacity1Choice : SettlingCapacity SettlementDetails3 *-- "0..1" GenericIdentification20 : StampDutyTaxBasis SettlementDetails3 *-- "0..1" ISecuritiesRTGS1Choice : SecuritiesRTGS SettlementDetails3 *-- "0..1" IBeneficialOwnership1Choice : BeneficialOwnership SettlementDetails3 *-- "0..1" ICashSettlementSystem1Choice : CashClearingSystem SettlementDetails3 *-- "0..1" ITaxCapacityParty1Choice : TaxCapacity SettlementDetails3 *-- "0..1" IMarketClientSide1Choice : MarketClientSide SettlementDetails3 *-- "0..1" IFXStandingInstruction1Choice : FXStandingInstruction SettlementDetails3 *-- "0..1" IBlockTrade1Choice : BlockTrade SettlementDetails3 *-- "0..1" IRestriction1Choice : LegalRestrictions SettlementDetails3 *-- "0..1" ISettlementSystemMethod1Choice : SettlementSystemMethod SettlementDetails3 *-- "0..1" INettingEligibility1Choice : NettingEligibility SettlementDetails3 *-- "0..1" ICentralCounterPartyEligibility1Choice : CCPEligibility SettlementDetails3 *-- "0..1" ITracking1Choice : Tracking SettlementDetails3 *-- "0..1" IAutomaticBorrowing1Choice : AutomaticBorrowing %% IPriorityNumeric1Choice recursion level 1 with max 1 %% ISettlementTransactionCondition1Choice recursion level 1 with max 1 %% ISettlingCapacity1Choice recursion level 1 with max 1 %% GenericIdentification20 recursion level 1 with max 1 class GenericIdentification20{ Identification IsoExact4AlphaNumericText Issuer IsoMax35Text SchemeName IsoMax35Text } %% ISecuritiesRTGS1Choice recursion level 1 with max 1 %% IBeneficialOwnership1Choice recursion level 1 with max 1 %% ICashSettlementSystem1Choice recursion level 1 with max 1 %% ITaxCapacityParty1Choice recursion level 1 with max 1 %% IMarketClientSide1Choice recursion level 1 with max 1 %% IFXStandingInstruction1Choice recursion level 1 with max 1 %% IBlockTrade1Choice recursion level 1 with max 1 %% IRestriction1Choice recursion level 1 with max 1 %% ISettlementSystemMethod1Choice recursion level 1 with max 1 %% INettingEligibility1Choice recursion level 1 with max 1 %% ICentralCounterPartyEligibility1Choice recursion level 1 with max 1 %% ITracking1Choice recursion level 1 with max 1 %% IAutomaticBorrowing1Choice recursion level 1 with max 1
SettlementDetails3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
HoldIndicator | Specifies whether the transaction is on hold/blocked/frozen. | IsoYesNoIndicator - Optional 0..1 |
Priority | Specifies whether the transaction is to be executed with a high priority. | IPriorityNumeric1Choice - Optional 0..1 |
SettlementTransactionCondition | Conditions under which the order/trade is to be settled. | ISettlementTransactionCondition1Choice - Unknown 0..0 |
SettlingCapacity | Role of a party in the settlement of the transaction. | ISettlingCapacity1Choice - Optional 0..1 |
StampDutyTaxBasis | Specifies the stamp duty type or exemption reason applicable to the settlement transaction. | GenericIdentification20 - Optional 0..1 |
SecuritiesRTGS | Specifies whether the settlement transaction is to be settled through an RTGS or a non RTGS system. | ISecuritiesRTGS1Choice - Optional 0..1 |
BeneficialOwnership | Specifies whether there is change of beneficial ownership. | IBeneficialOwnership1Choice - Optional 0..1 |
CashClearingSystem | Specifies the category of cash clearing system, eg, cheque clearing. | ICashSettlementSystem1Choice - Optional 0..1 |
TaxCapacity | Tax role capacity of the instructing party. | ITaxCapacityParty1Choice - Optional 0..1 |
MarketClientSide | Specifies if an instruction is for a market side or a client side transaction. | IMarketClientSide1Choice - Optional 0..1 |
FXStandingInstruction | Specifies whether the forex standing instruction in place should apply. | IFXStandingInstruction1Choice - Optional 0..1 |
BlockTrade | Specifies whether the settlement instruction is a block parent or child. | IBlockTrade1Choice - Optional 0..1 |
LegalRestrictions | Regulatory restrictions applicable to a security. | IRestriction1Choice - Optional 0..1 |
SettlementSystemMethod | Specifies whether the settlement instruction is to be settled through the default or the alternate settlement system. | ISettlementSystemMethod1Choice - Optional 0..1 |
NettingEligibility | Specifies whether the settlement transaction is eligible for netting. | INettingEligibility1Choice - Optional 0..1 |
CCPEligibility | Specifies whether the settlement transaction is CCP (Central Counterparty) eligible. | ICentralCounterPartyEligibility1Choice - Optional 0..1 |
Tracking | Specifies whether the loan and/or collateral is tracked. | ITracking1Choice - Optional 0..1 |
AutomaticBorrowing | Condition for automatic borrowing. | IAutomaticBorrowing1Choice - Optional 0..1 |
PartialSettlementIndicator | Specifies whether partial settlement is allowed. | IsoYesNoIndicator - Optional 0..1 |
EligibleForCollateral | Specifies whether securities should be included in the pool of securities eligible for collateral purposes. | IsoYesNoIndicator - Optional 0..1 |
DeliveringSettlementParties building block
Identifies the chain of delivering settlement parties. Chain of parties involved in the settlement of a transaction, including receipts and deliveries, book transfers, treasury deals, or other activities, resulting in the movement of a security or amount of money from one account to another. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SettlementParties10 recursion level 0 with max 1 SettlementParties10 *-- "0..1" PartyIdentification48 : Depository SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party1 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party2 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party3 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party4 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party5 %% PartyIdentification48 recursion level 1 with max 1 class PartyIdentification48{ ProcessingIdentification IsoMax35Text } PartyIdentification48 *-- "1..1" IPartyIdentification44Choice : Identification PartyIdentification48 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentification48 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentification48 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation
SettlementParties10 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Depository | First party in the settlement chain. In a plain vanilla settlement, it is the Central Securities Depository where the counterparty requests to receive the financial instrument or from where the counterparty delivers the financial instruments. | PartyIdentification48 - Optional 0..1 |
Party1 | Party that, in a settlement chain interacts with the depository. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party2 | Party that, in a settlement chain interacts with the party 1. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party3 | Party that, in a settlement chain interacts with the party 2. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party4 | Party that, in a settlement chain interacts with the party 3. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party5 | Party that, in a settlement chain interacts with the party 4. | PartyIdentificationAndAccount35 - Optional 0..1 |
ReceivingSettlementParties building block
Identifies the chain of receiving settlement parties. Chain of parties involved in the settlement of a transaction, including receipts and deliveries, book transfers, treasury deals, or other activities, resulting in the movement of a security or amount of money from one account to another. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SettlementParties10 recursion level 0 with max 1 SettlementParties10 *-- "0..1" PartyIdentification48 : Depository SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party1 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party2 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party3 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party4 SettlementParties10 *-- "0..1" PartyIdentificationAndAccount35 : Party5 %% PartyIdentification48 recursion level 1 with max 1 class PartyIdentification48{ ProcessingIdentification IsoMax35Text } PartyIdentification48 *-- "1..1" IPartyIdentification44Choice : Identification PartyIdentification48 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentification48 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentification48 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount35 recursion level 1 with max 1 class PartyIdentificationAndAccount35{ ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount35 *-- "1..1" IPartyIdentification49Choice : Identification PartyIdentificationAndAccount35 *-- "0..1" AlternatePartyIdentification2 : AlternateIdentification PartyIdentificationAndAccount35 *-- "0..1" SecuritiesAccount13 : SafekeepingAccount PartyIdentificationAndAccount35 *-- "0..1" IDateAndDateTimeChoice : ProcessingDate PartyIdentificationAndAccount35 *-- "0..1" PartyTextInformation1 : AdditionalInformation
SettlementParties10 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Depository | First party in the settlement chain. In a plain vanilla settlement, it is the Central Securities Depository where the counterparty requests to receive the financial instrument or from where the counterparty delivers the financial instruments. | PartyIdentification48 - Optional 0..1 |
Party1 | Party that, in a settlement chain interacts with the depository. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party2 | Party that, in a settlement chain interacts with the party 1. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party3 | Party that, in a settlement chain interacts with the party 2. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party4 | Party that, in a settlement chain interacts with the party 3. | PartyIdentificationAndAccount35 - Optional 0..1 |
Party5 | Party that, in a settlement chain interacts with the party 4. | PartyIdentificationAndAccount35 - Optional 0..1 |
OpeningSettlementAmount building block
Total amount of money to be paid or received in exchange for the securities at the opening of a securities financing transaction. Amount of money debited or credited on the books of an account servicer. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AmountAndDirection10 recursion level 0 with max 1 class AmountAndDirection10{ Amount IsoActiveCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection10 *-- "0..1" ForeignExchangeTerms11 : ForeignExchangeDetails %% ForeignExchangeTerms11 recursion level 1 with max 1 class ForeignExchangeTerms11{ UnitCurrency ActiveCurrencyCode QuotedCurrency ActiveCurrencyCode ExchangeRate IsoBaseOneRate ResultingAmount IsoActiveCurrencyAndAmount }
AmountAndDirection10 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Amount | Amount of money in the cash entry. | IsoActiveCurrencyAndAmount - Required 1..1 |
CreditDebitIndicator | Indicates whether an entry is a credit or a debit. | CreditDebitCode - Optional 0..1 |
OriginalCurrencyAndOrderedAmount | Posting/settlement amount in its original currency when conversion from/into another currency has occurred. | IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1 |
ForeignExchangeDetails | Information needed to process a currency exchange or conversion. | ForeignExchangeTerms11 - Optional 0..1 |
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 SecuritiesFinancingModificationInstructionV02 implementation follows a specific implementaiton pattern. First of all, SecuritiesFinancingModificationInstructionV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, SecuritiesFinancingModificationInstructionV02Document implements IOuterDocument. Because SecuritiesFinancingModificationInstructionV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type SecuritiesFinancingModificationInstructionV02.
classDiagram class IOuterRecord SecuritiesFinancingModificationInstructionV02 --|> IOuterRecord : Implements SecuritiesFinancingModificationInstructionV02Document --|> IOuterDocument~SecuritiesFinancingModificationInstructionV02~ : Implements class IOuterDocument~SecuritiesFinancingModificationInstructionV02~ { SecuritiesFinancingModificationInstructionV02 Message }
Document wrapper for serialization
The only real purpose SecuritiesFinancingModificationInstructionV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:sese.036.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using SecuritiesFinancingModificationInstructionV02.ToDocument() method. The returned SecuritiesFinancingModificationInstructionV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram SecuritiesFinancingModificationInstructionV02Document *-- SecuritiesFinancingModificationInstructionV02 : 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:sese.036.001.02">
<SctiesFincgModInstr>
<TxTpAndModAddtlParams>
<!-- TransactionTypeAndModificationAdditionalParameters inner content -->
</TxTpAndModAddtlParams>
<TradDtls>
<!-- TradeDetails inner content -->
</TradDtls>
<FinInstrmId>
<!-- FinancialInstrumentIdentification inner content -->
</FinInstrmId>
<QtyAndAcctDtls>
<!-- QuantityAndAccountDetails inner content -->
</QtyAndAcctDtls>
<SctiesFincgAddtlDtls>
<!-- SecuritiesFinancingAdditionalDetails inner content -->
</SctiesFincgAddtlDtls>
<SttlmParams>
<!-- SettlementParameters inner content -->
</SttlmParams>
<DlvrgSttlmPties>
<!-- DeliveringSettlementParties inner content -->
</DlvrgSttlmPties>
<RcvgSttlmPties>
<!-- ReceivingSettlementParties inner content -->
</RcvgSttlmPties>
<OpngSttlmAmt>
<!-- OpeningSettlementAmount inner content -->
</OpngSttlmAmt>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</SctiesFincgModInstr>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_xJ2m0dtaEd-RF5yaMAVhAw"
nextVersions="_AtETEfvfEeCBQp5TnX1XKQ"
previousVersion="_ujbRaNE5Ed-BzquC8wXy7w_78412407"
name="SecuritiesFinancingModificationInstructionV02"
definition="Scope
An account owner sends a SecuritiesFinancingModificationInstruction to a securities financing transaction account servicer to notify the securities financing transaction account servicer of an update in the details of a repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing transaction that does not impact the original transaction securities quantity.
Such a change may be:
- the providing of closing details not available at the time of the sending of the Securities Financing Instruction, for example, termination date for an open repo,
- the providing of a new rate, for example, a repo rate,
- the rollover of a position extending the closing or maturity date.
The account owner/servicer relationship may be:
- a global custodian which has an account with a local custodian, or
- an investment management institution which manage a fund account opened at a custodian, or
- a broker which has an account with a custodian, or
- a central securities depository participant which has an account with a central securities depository, or
- a central securities depository which has an account with a custodian, another central securities depository or another settlement market infrastructure, or
- a central counterparty or a stock exchange or a trade matching utility which need to instruct the settlement of securities financing transactions to a central securities depository or another settlement market infrastructure.
Usage
The message may also be used to:
- re-send a message previously sent,
- provide a third party with a copy of a message for information,
- re-send to a third party a copy of a message for information.
using the relevant elements in the Business Application Header.
ISO 15022 - 20022 Coexistence
This ISO 20022 message is reversed engineered from ISO 15022. Both standards will coexist for a certain number of years. Until this coexistence period ends, the usage of certain data types is restricted to ensure interoperability between ISO 15022 and 20022 users. Compliance to these rules is mandatory in a coexistence environment. The coexistence restrictions are described in a Textual Rule linked to the Message Items they concern. These coexistence textual rules are clearly identified as follows: “CoexistenceXxxxRule”."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="SctiesFincgModInstr"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_xJ2m7dtaEd-RF5yaMAVhAw"
name="CoexistenceAmountRule"
definition="During ISO 15022 – 20022 coexistence, Amount length must not be greater than 15, including the decimal point."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_xJ2m79taEd-RF5yaMAVhAw"
name="CoexistenceCharacterSetXRule"
definition="During ISO 15022 – 20022 coexistence, characters used in all text fields must correspond to character set X, that is, a-z A-Z / - ? : ( ) . , ‘ + { } CR LF."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_xJ2m8dtaEd-RF5yaMAVhAw"
name="CoexistenceIdentificationRule"
definition="During ISO 15022 – 20022 coexistence, all transaction and document identifications or references must be 16 characters or less. The field must not start or end with a slash ‘/’ or contain two consecutive slashes ‘//’."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_xJ2m89taEd-RF5yaMAVhAw"
name="SettlementAmountRule"
definition="If the Transaction is against payment, then OpeningSettlementAmount must be present.
"
registrationStatus="Provisionally Registered"
expression="<RuleDefinition><ComplexRule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ComplexRule"><mustBe><connector>AND</connector><BooleanRule xsi:type="Presence"><leftOperand>/OpeningSettlementAmount</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndModificationAdditionalParameters/Payment</leftOperand><rightOperand>AgainstPaymentSettlement</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<messageBuildingBlock
xmi:id="_xJ2m1dtaEd-RF5yaMAVhAw"
name="TransactionTypeAndModificationAdditionalParameters"
definition="Securities financing transaction identification information, type (repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing), modification information and other parameters."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="TxTpAndModAddtlParams"
complexType="_Flq00duJEd-RF5yaMAVhAw" />
<messageBuildingBlock
xmi:id="_xJ2m19taEd-RF5yaMAVhAw"
name="TradeDetails"
definition="Details of the securities financing deal."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="TradDtls"
complexType="_S8PFsNp-Ed-ak6NoX_4Aeg_35599121" />
<messageBuildingBlock
xmi:id="_xJ2m2dtaEd-RF5yaMAVhAw"
name="FinancialInstrumentIdentification"
definition="Financial instrument representing a sum of rights of the investor vis-a-vis the issuer."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="FinInstrmId"
complexType="_TBAQ7dp-Ed-ak6NoX_4Aeg_896067631" />
<messageBuildingBlock
xmi:id="_xJ2m29taEd-RF5yaMAVhAw"
name="QuantityAndAccountDetails"
definition="Details related to the account and quantity involved in the transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="QtyAndAcctDtls"
complexType="_qVGz9-aPEd-q8fx_Zl_34A" />
<messageBuildingBlock
xmi:id="_xJ2m3dtaEd-RF5yaMAVhAw"
name="SecuritiesFinancingAdditionalDetails"
definition="Details of the closing of the securities financing transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="SctiesFincgAddtlDtls"
complexType="_Too4rNp-Ed-ak6NoX_4Aeg_940177305" />
<messageBuildingBlock
xmi:id="_xJ2m39taEd-RF5yaMAVhAw"
name="SettlementParameters"
definition="Parameters which explicitly state the conditions that must be fulfilled before a particular transaction of a financial instrument can be settled. These parameters are defined by the instructing party in compliance with settlement rules in the market the transaction will settle in."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="SttlmParams"
complexType="_Ug0d1dp-Ed-ak6NoX_4Aeg_1753947071" />
<messageBuildingBlock
xmi:id="_xJ2m4dtaEd-RF5yaMAVhAw"
name="DeliveringSettlementParties"
definition="Identifies the chain of delivering settlement parties."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="DlvrgSttlmPties"
complexType="_K1u4e-aOEd-q8fx_Zl_34A" />
<messageBuildingBlock
xmi:id="_xJ2m49taEd-RF5yaMAVhAw"
name="ReceivingSettlementParties"
definition="Identifies the chain of receiving settlement parties."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="RcvgSttlmPties"
complexType="_K1u4e-aOEd-q8fx_Zl_34A" />
<messageBuildingBlock
xmi:id="_xJ2m5dtaEd-RF5yaMAVhAw"
name="OpeningSettlementAmount"
definition="Total amount of money to be paid or received in exchange for the securities at the opening of a securities financing transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="OpngSttlmAmt"
complexType="_STQaE9p-Ed-ak6NoX_4Aeg_-1944451386" />
<messageBuildingBlock
xmi:id="_xJ2m69taEd-RF5yaMAVhAw"
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="sese"
messageFunctionality="036"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.