SecuritiesFinancingModificationInstructionV07

sese.036.001.07

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:

Usage The message may also be used to:

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
%% SecuritiesFinancingModificationInstructionV07 recursion level 0 with max 0
SecuritiesFinancingModificationInstructionV07 *-- "1..1" TransactionTypeAndAdditionalParameters17 : TransactionTypeAndModificationAdditionalParameters
SecuritiesFinancingModificationInstructionV07 *-- "1..1" SecuritiesTradeDetails100 : TradeDetails
SecuritiesFinancingModificationInstructionV07 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification
SecuritiesFinancingModificationInstructionV07 *-- "1..1" QuantityAndAccount78 : QuantityAndAccountDetails
SecuritiesFinancingModificationInstructionV07 *-- "1..1" SecuritiesFinancingTransactionDetails42 : SecuritiesFinancingAdditionalDetails
SecuritiesFinancingModificationInstructionV07 *-- "0..1" SettlementDetails148 : SettlementParameters
SecuritiesFinancingModificationInstructionV07 *-- "0..1" SettlementParties77 : DeliveringSettlementParties
SecuritiesFinancingModificationInstructionV07 *-- "0..1" SettlementParties77 : ReceivingSettlementParties
SecuritiesFinancingModificationInstructionV07 *-- "0..1" AmountAndDirection49 : OpeningSettlementAmount
SecuritiesFinancingModificationInstructionV07 *-- "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
%% TransactionTypeAndAdditionalParameters17 recursion level 0 with max 1
class TransactionTypeAndAdditionalParameters17{
    AccountOwnerTransactionIdentification IsoMax35Text
    AccountServicerTransactionIdentification IsoMax35Text
    SecuritiesFinancingTransactionType SecuritiesFinancingTransactionType2Code
    Payment DeliveryReceiptType2Code
    CommonIdentification IsoMax35Text
    PoolIdentification IsoMax35Text
}
TransactionTypeAndAdditionalParameters17 *-- "0..1" IRepurchaseType21Choice : ModificationType
%% IRepurchaseType21Choice recursion level 1 with max 1
  

TransactionTypeAndAdditionalParameters17 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. SecuritiesFinancingTransactionType2Code - 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. IRepurchaseType21Choice - 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
%% SecuritiesTradeDetails100 recursion level 0 with max 1
class SecuritiesTradeDetails100{
    NumberOfDaysAccrued IsoMax3Number
    InstructionProcessingAdditionalDetails IsoMax350Text
}
SecuritiesTradeDetails100 *-- "0..1" IDateAndDateTime2Choice : TradeDate
SecuritiesTradeDetails100 *-- "1..1" IDateAndDateTime2Choice : OpeningSettlementDate
%% IDateAndDateTime2Choice recursion level 1 with max 1
%% IDateAndDateTime2Choice recursion level 1 with max 1
  

SecuritiesTradeDetails100 members

Member name Description Data Type / Multiplicity
TradeDate Specifies the date/time on which the trade was executed. IDateAndDateTime2Choice - Optional 0..1
OpeningSettlementDate Date and time at which the securities are to be delivered or received. IDateAndDateTime2Choice - 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
%% SecurityIdentification19 recursion level 0 with max 1
class SecurityIdentification19{
    ISIN IsoISINOct2015Identifier
    Description IsoMax140Text
}
SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
%% OtherIdentification1 recursion level 1 with max 1
class OtherIdentification1{
    Identification IsoMax35Text
    Suffix IsoMax16Text
}
OtherIdentification1 *-- "1..1" IIdentificationSource3Choice : Type
  

SecurityIdentification19 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. IsoISINOct2015Identifier - 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 a quantity, account and other related information. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% QuantityAndAccount78 recursion level 0 with max 1
QuantityAndAccount78 *-- "1..1" IFinancialInstrumentQuantity1Choice : SettlementQuantity
QuantityAndAccount78 *-- "0..1" PartyIdentification144 : AccountOwner
QuantityAndAccount78 *-- "1..1" SecuritiesAccount19 : SafekeepingAccount
QuantityAndAccount78 *-- "0..1" ICashAccountIdentification5Choice : CashAccount
QuantityAndAccount78 *-- "0..1" SafeKeepingPlace3 : SafekeepingPlace
%% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1
%% PartyIdentification144 recursion level 1 with max 1
class PartyIdentification144{
    LEI IsoLEIIdentifier
}
PartyIdentification144 *-- "1..1" IPartyIdentification127Choice : Identification
%% SecuritiesAccount19 recursion level 1 with max 1
class SecuritiesAccount19{
    Identification IsoMax35Text
    Name IsoMax70Text
}
SecuritiesAccount19 *-- "0..1" GenericIdentification30 : Type
%% ICashAccountIdentification5Choice recursion level 1 with max 1
%% SafeKeepingPlace3 recursion level 1 with max 1
class SafeKeepingPlace3{
    LEI IsoLEIIdentifier
}
SafeKeepingPlace3 *-- "0..1" ISafekeepingPlaceFormat29Choice : SafekeepingPlaceFormat
  

QuantityAndAccount78 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. PartyIdentification144 - Optional 0..1
SafekeepingAccount Account to or from which a securities entry is made. SecuritiesAccount19 - 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). SafeKeepingPlace3 - 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
%% SecuritiesFinancingTransactionDetails42 recursion level 0 with max 1
class SecuritiesFinancingTransactionDetails42{
    SecuritiesFinancingTradeIdentification IsoMax52Text
    ClosingLegIdentification IsoMax35Text
    MaturityDateModification IsoYesNoIndicator
    InterestPayment IsoYesNoIndicator
    TransactionCallDelay IsoExact3NumericText
    TotalNumberOfCollateralInstructions IsoExact3NumericText
    SecondLegNarrative IsoMax140Text
}
SecuritiesFinancingTransactionDetails42 *-- "0..1" ITerminationDate6Choice : TerminationDate
SecuritiesFinancingTransactionDetails42 *-- "0..1" IDateAndDateTime2Choice : RateChangeDate
SecuritiesFinancingTransactionDetails42 *-- "0..1" IDateAndDateTime2Choice : EarliestCallBackDate
SecuritiesFinancingTransactionDetails42 *-- "0..1" IDateAndDateTime2Choice : CommissionCalculationDate
SecuritiesFinancingTransactionDetails42 *-- "0..1" IRateType35Choice : RateType
SecuritiesFinancingTransactionDetails42 *-- "0..1" IRevaluationIndicator3Choice : Revaluation
SecuritiesFinancingTransactionDetails42 *-- "0..1" ILegalFramework3Choice : LegalFramework
SecuritiesFinancingTransactionDetails42 *-- "0..1" IInterestComputationMethodFormat4Choice : InterestComputationMethod
SecuritiesFinancingTransactionDetails42 *-- "0..1" RateName1 : VariableRateSupport
SecuritiesFinancingTransactionDetails42 *-- "0..1" Rate2 : RepurchaseRate
SecuritiesFinancingTransactionDetails42 *-- "0..1" Rate2 : StockLoanMargin
SecuritiesFinancingTransactionDetails42 *-- "0..1" Rate2 : SecuritiesHaircut
SecuritiesFinancingTransactionDetails42 *-- "0..1" Rate2 : ChargesRate
SecuritiesFinancingTransactionDetails42 *-- "0..1" IRateOrName1Choice : PricingRate
SecuritiesFinancingTransactionDetails42 *-- "0..1" Rate2 : Spread
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : LocalBrokerCommission
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : DealAmount
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : AccruedInterestAmount
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : ForfeitAmount
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : PremiumAmount
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : TerminationAmountPerPieceOfCollateral
SecuritiesFinancingTransactionDetails42 *-- "0..1" AmountAndDirection21 : TerminationTransactionAmount
%% ITerminationDate6Choice recursion level 1 with max 1
%% IDateAndDateTime2Choice recursion level 1 with max 1
%% IDateAndDateTime2Choice recursion level 1 with max 1
%% IDateAndDateTime2Choice recursion level 1 with max 1
%% IRateType35Choice recursion level 1 with max 1
%% IRevaluationIndicator3Choice recursion level 1 with max 1
%% ILegalFramework3Choice recursion level 1 with max 1
%% IInterestComputationMethodFormat4Choice 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
}
%% 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
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
%% AmountAndDirection21 recursion level 1 with max 1
class AmountAndDirection21{
    Amount IsoActiveOrHistoricCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
}
  

SecuritiesFinancingTransactionDetails42 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). IsoMax52Text - 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. ITerminationDate6Choice - Optional 0..1
RateChangeDate Date/Time at which rate change has taken place. IDateAndDateTime2Choice - Optional 0..1
EarliestCallBackDate Earliest date/time at which the call back can take place. IDateAndDateTime2Choice - Optional 0..1
CommissionCalculationDate Date/time at which the commission is calculated. IDateAndDateTime2Choice - Optional 0..1
RateType Specifies whether the rate is fixed or variable. IRateType35Choice - Optional 0..1
Revaluation Specifies whether the collateral position should be subject to automatic revaluation by the account servicer. IRevaluationIndicator3Choice - Optional 0..1
LegalFramework Legal framework of the transaction. ILegalFramework3Choice - Optional 0..1
InterestComputationMethod Identifies the computation method of accrued interest of the related financial instrument. IInterestComputationMethodFormat4Choice - Optional 0..1
MaturityDateModification Indicates whether the maturity date of the securities financing transaction may be modified. IsoYesNoIndicator - Optional 0..1
InterestPayment Indicates 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. RateName1 - Optional 0..1
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
ChargesRate Interest rate paid in the context of a securities financing transaction. 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
LocalBrokerCommission Amount of commission paid to a local broker. AmountAndDirection21 - Optional 0..1
DealAmount Principal amount of a trade (for second leg). AmountAndDirection21 - Optional 0..1
AccruedInterestAmount Interest amount that has accrued in between coupon payment periods. AmountAndDirection21 - 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. AmountAndDirection21 - Optional 0..1
PremiumAmount Difference between the amount of money of the first leg and the amount of the second leg of the transaction. AmountAndDirection21 - Optional 0..1
TerminationAmountPerPieceOfCollateral Amount of money to be settled per piece of collateral to terminate the transaction. AmountAndDirection21 - Optional 0..1
TerminationTransactionAmount Total amount of money to be settled to terminate the transaction. AmountAndDirection21 - 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. Details of settlement of a transaction. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SettlementDetails148 recursion level 0 with max 1
class SettlementDetails148{
    HoldIndicator IsoYesNoIndicator
    PartialSettlementIndicator SettlementTransactionCondition5Code
    EligibleForCollateral IsoYesNoIndicator
}
SettlementDetails148 *-- "0..1" IPriorityNumeric4Choice : Priority
SettlementDetails148 *-- "0..0" ISettlementTransactionCondition18Choice : SettlementTransactionCondition
SettlementDetails148 *-- "0..1" ISettlingCapacity7Choice : SettlingCapacity
SettlementDetails148 *-- "0..1" GenericIdentification30 : StampDutyTaxBasis
SettlementDetails148 *-- "0..1" ISecuritiesRTGS4Choice : SecuritiesRTGS
SettlementDetails148 *-- "0..1" IBeneficialOwnership4Choice : BeneficialOwnership
SettlementDetails148 *-- "0..1" ICashSettlementSystem4Choice : CashClearingSystem
SettlementDetails148 *-- "0..1" ITaxCapacityParty4Choice : TaxCapacity
SettlementDetails148 *-- "0..1" IMarketClientSide6Choice : MarketClientSide
SettlementDetails148 *-- "0..1" IFXStandingInstruction4Choice : FXStandingInstruction
SettlementDetails148 *-- "0..1" IBlockTrade4Choice : BlockTrade
SettlementDetails148 *-- "0..1" IRestriction5Choice : LegalRestrictions
SettlementDetails148 *-- "0..1" ISettlementSystemMethod4Choice : SettlementSystemMethod
SettlementDetails148 *-- "0..1" INettingEligibility4Choice : NettingEligibility
SettlementDetails148 *-- "0..1" ICentralCounterPartyEligibility4Choice : CCPEligibility
SettlementDetails148 *-- "0..1" ITracking4Choice : Tracking
SettlementDetails148 *-- "0..1" IAutomaticBorrowing6Choice : AutomaticBorrowing
%% IPriorityNumeric4Choice recursion level 1 with max 1
%% ISettlementTransactionCondition18Choice recursion level 1 with max 1
%% ISettlingCapacity7Choice recursion level 1 with max 1
%% GenericIdentification30 recursion level 1 with max 1
class GenericIdentification30{
    Identification IsoExact4AlphaNumericText
    Issuer IsoMax35Text
    SchemeName IsoMax35Text
}
%% ISecuritiesRTGS4Choice recursion level 1 with max 1
%% IBeneficialOwnership4Choice recursion level 1 with max 1
%% ICashSettlementSystem4Choice recursion level 1 with max 1
%% ITaxCapacityParty4Choice recursion level 1 with max 1
%% IMarketClientSide6Choice recursion level 1 with max 1
%% IFXStandingInstruction4Choice recursion level 1 with max 1
%% IBlockTrade4Choice recursion level 1 with max 1
%% IRestriction5Choice recursion level 1 with max 1
%% ISettlementSystemMethod4Choice recursion level 1 with max 1
%% INettingEligibility4Choice recursion level 1 with max 1
%% ICentralCounterPartyEligibility4Choice recursion level 1 with max 1
%% ITracking4Choice recursion level 1 with max 1
%% IAutomaticBorrowing6Choice recursion level 1 with max 1
  

SettlementDetails148 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. IPriorityNumeric4Choice - Optional 0..1
SettlementTransactionCondition Conditions under which the order/trade is to be settled. ISettlementTransactionCondition18Choice - Unknown 0..0
SettlingCapacity Role of a party in the settlement of the transaction. ISettlingCapacity7Choice - Optional 0..1
StampDutyTaxBasis Specifies the stamp duty type or exemption reason applicable to the settlement transaction. GenericIdentification30 - Optional 0..1
SecuritiesRTGS Specifies whether the settlement transaction is to be settled through an RTGS or a non RTGS system. ISecuritiesRTGS4Choice - Optional 0..1
BeneficialOwnership Specifies whether there is change of beneficial ownership. IBeneficialOwnership4Choice - Optional 0..1
CashClearingSystem Specifies the category of cash clearing system, for example, cheque clearing. ICashSettlementSystem4Choice - Optional 0..1
TaxCapacity Tax role capacity of the instructing party. ITaxCapacityParty4Choice - Optional 0..1
MarketClientSide Specifies if an instruction is for a market side or a client side transaction. IMarketClientSide6Choice - Optional 0..1
FXStandingInstruction Specifies whether the foreign exchange standing instruction in place should apply. IFXStandingInstruction4Choice - Optional 0..1
BlockTrade Specifies whether the settlement instruction is a block parent or child. IBlockTrade4Choice - Optional 0..1
LegalRestrictions Regulatory restrictions applicable to a security. IRestriction5Choice - Optional 0..1
SettlementSystemMethod Specifies whether the settlement instruction is to be settled through the default or the alternate settlement system. ISettlementSystemMethod4Choice - Optional 0..1
NettingEligibility Specifies whether the settlement transaction is eligible for netting. INettingEligibility4Choice - Optional 0..1
CCPEligibility Specifies whether the settlement transaction is CCP (Central Counterparty) eligible. ICentralCounterPartyEligibility4Choice - Optional 0..1
Tracking Specifies whether the loan and/or collateral is tracked. ITracking4Choice - Optional 0..1
AutomaticBorrowing Condition for automatic borrowing. IAutomaticBorrowing6Choice - Optional 0..1
PartialSettlementIndicator Specifies whether partial settlement is allowed. SettlementTransactionCondition5Code - 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
%% SettlementParties77 recursion level 0 with max 1
SettlementParties77 *-- "0..1" PartyIdentification146 : Depository
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party1
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party2
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party3
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party4
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party5
%% PartyIdentification146 recursion level 1 with max 1
class PartyIdentification146{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentification146 *-- "1..1" IPartyIdentification122Choice : Identification
PartyIdentification146 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentification146 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentification146 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
  

SettlementParties77 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. PartyIdentification146 - Optional 0..1
Party1 Party that, in a settlement chain interacts with the depository. PartyIdentificationAndAccount169 - Optional 0..1
Party2 Party that, in a settlement chain interacts with the party 1. PartyIdentificationAndAccount169 - Optional 0..1
Party3 Party that, in a settlement chain interacts with the party 2. PartyIdentificationAndAccount169 - Optional 0..1
Party4 Party that, in a settlement chain interacts with the party 3. PartyIdentificationAndAccount169 - Optional 0..1
Party5 Party that, in a settlement chain interacts with the party 4. PartyIdentificationAndAccount169 - 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
%% SettlementParties77 recursion level 0 with max 1
SettlementParties77 *-- "0..1" PartyIdentification146 : Depository
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party1
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party2
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party3
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party4
SettlementParties77 *-- "0..1" PartyIdentificationAndAccount169 : Party5
%% PartyIdentification146 recursion level 1 with max 1
class PartyIdentification146{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentification146 *-- "1..1" IPartyIdentification122Choice : Identification
PartyIdentification146 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentification146 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentification146 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
%% PartyIdentificationAndAccount169 recursion level 1 with max 1
class PartyIdentificationAndAccount169{
    LEI IsoLEIIdentifier
    ProcessingIdentification IsoMax35Text
}
PartyIdentificationAndAccount169 *-- "1..1" IPartyIdentification120Choice : Identification
PartyIdentificationAndAccount169 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification
PartyIdentificationAndAccount169 *-- "0..1" SecuritiesAccount22 : SafekeepingAccount
PartyIdentificationAndAccount169 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate
PartyIdentificationAndAccount169 *-- "0..1" PartyTextInformation1 : AdditionalInformation
  

SettlementParties77 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. PartyIdentification146 - Optional 0..1
Party1 Party that, in a settlement chain interacts with the depository. PartyIdentificationAndAccount169 - Optional 0..1
Party2 Party that, in a settlement chain interacts with the party 1. PartyIdentificationAndAccount169 - Optional 0..1
Party3 Party that, in a settlement chain interacts with the party 2. PartyIdentificationAndAccount169 - Optional 0..1
Party4 Party that, in a settlement chain interacts with the party 3. PartyIdentificationAndAccount169 - Optional 0..1
Party5 Party that, in a settlement chain interacts with the party 4. PartyIdentificationAndAccount169 - 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
%% AmountAndDirection49 recursion level 0 with max 1
class AmountAndDirection49{
    Amount IsoActiveCurrencyAndAmount
    CreditDebitIndicator CreditDebitCode
    OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount
}
AmountAndDirection49 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
%% ForeignExchangeTerms23 recursion level 1 with max 1
class ForeignExchangeTerms23{
    UnitCurrency ActiveCurrencyCode
    QuotedCurrency ActiveCurrencyCode
    ExchangeRate IsoBaseOneRate
    ResultingAmount IsoActiveCurrencyAndAmount
}
  

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

classDiagram
    class IOuterRecord
    SecuritiesFinancingModificationInstructionV07 --|> IOuterRecord : Implements
    SecuritiesFinancingModificationInstructionV07Document --|> IOuterDocument~SecuritiesFinancingModificationInstructionV07~ : Implements
    class IOuterDocument~SecuritiesFinancingModificationInstructionV07~ {
        SecuritiesFinancingModificationInstructionV07 Message
     }
  

Document wrapper for serialization

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

classDiagram
    SecuritiesFinancingModificationInstructionV07Document *-- SecuritiesFinancingModificationInstructionV07 : 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.07">
    <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="_XPGq4dBrEeihG9bKfarOOA"
  nextVersions="_57PSESpzEeyR9JrVGfaMKw"
  previousVersion="_CT-xAW6vEeat2-NFbXd1Pw"
  name="SecuritiesFinancingModificationInstructionV07"
  definition="Scope&#xD;&#xA;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.&#xD;&#xA;Such a change may be:&#xD;&#xA;- 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,&#xD;&#xA;- the providing of a new rate, for example, a repo rate,&#xD;&#xA;- the rollover of a position extending the closing or maturity date.&#xD;&#xA;The account owner/servicer relationship may be:&#xD;&#xA;- a global custodian which has an account with a local custodian, or&#xD;&#xA;- an investment management institution which manage a fund account opened at a custodian, or&#xD;&#xA;- a broker which has an account with a custodian, or&#xD;&#xA;- a central securities depository participant which has an account with a central securities depository, or&#xD;&#xA;- a central securities depository which has an account with a custodian, another central securities depository or another settlement market infrastructure, or&#xD;&#xA;- 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.&#xD;&#xA;&#xD;&#xA;Usage&#xD;&#xA;The message may also be used to:&#xD;&#xA;- re-send a message previously sent,&#xD;&#xA;- provide a third party with a copy of a message for information,&#xD;&#xA;- re-send to a third party a copy of a message for information using the relevant elements in the Business Application Header."
  registrationStatus="Registered"
  messageSet="_JB4xh_8rEeCQ-IWv9MUPeQ"
  xmlTag="SctiesFincgModInstr"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <constraint
    xmi:id="_XPGq49BrEeihG9bKfarOOA"
    nextVersions="_57PSEypzEeyR9JrVGfaMKw"
    previousVersion="_CT-xA26vEeat2-NFbXd1Pw"
    name="SettlementAmountRule"
    definition="If the Transaction is against payment, then OpeningSettlementAmount must be present.&#xD;&#xA;"
    registrationStatus="Provisionally Registered"
    expression="&lt;RuleDefinition&gt;&lt;ComplexRule xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:type=&quot;ComplexRule&quot;&gt;&lt;mustBe&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;Presence&quot;&gt;&lt;leftOperand&gt;/OpeningSettlementAmount&lt;/leftOperand&gt;&lt;/BooleanRule&gt;&lt;/mustBe&gt;&lt;onCondition&gt;&lt;connector&gt;AND&lt;/connector&gt;&lt;BooleanRule xsi:type=&quot;EqualToValue&quot;&gt;&lt;leftOperand&gt;/TransactionTypeAndModificationAdditionalParameters/Payment&lt;/leftOperand&gt;&lt;rightOperand&gt;AgainstPaymentSettlement&lt;/rightOperand&gt;&lt;/BooleanRule&gt;&lt;/onCondition&gt;&lt;/ComplexRule&gt;&lt;/RuleDefinition&gt;" />
  <messageBuildingBlock
    xmi:id="_XPGq5dBrEeihG9bKfarOOA"
    nextVersions="_57PSGypzEeyR9JrVGfaMKw"
    previousVersion="_CT-xBW6vEeat2-NFbXd1Pw"
    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="_vq1XEY7YEeaa5_S8lsRKCQ" />
  <messageBuildingBlock
    xmi:id="_XPGq59BrEeihG9bKfarOOA"
    nextVersions="_57PSHSpzEeyR9JrVGfaMKw"
    previousVersion="_CT-xB26vEeat2-NFbXd1Pw"
    name="TradeDetails"
    definition="Details of the securities financing deal."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="TradDtls"
    complexType="_r93asdXWEeiN28wlpBQScw" />
  <messageBuildingBlock
    xmi:id="_XPGq6dBrEeihG9bKfarOOA"
    nextVersions="_57PSHypzEeyR9JrVGfaMKw"
    previousVersion="_CT-xCW6vEeat2-NFbXd1Pw"
    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="_ho6XQYlXEeWPSZi0kAOXhg" />
  <messageBuildingBlock
    xmi:id="_XPGq69BrEeihG9bKfarOOA"
    nextVersions="_57PSISpzEeyR9JrVGfaMKw"
    previousVersion="_CT-xC26vEeat2-NFbXd1Pw"
    name="QuantityAndAccountDetails"
    definition="Details related to the account and quantity involved in the transaction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="QtyAndAcctDtls"
    complexType="_Yt_p89LCEeiN28wlpBQScw" />
  <messageBuildingBlock
    xmi:id="_XPGq7dBrEeihG9bKfarOOA"
    nextVersions="_57PSIypzEeyR9JrVGfaMKw"
    previousVersion="_CT-xDW6vEeat2-NFbXd1Pw"
    name="SecuritiesFinancingAdditionalDetails"
    definition="Details of the closing of the securities financing transaction."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="SctiesFincgAddtlDtls"
    complexType="_3AjGcdBvEeihG9bKfarOOA" />
  <messageBuildingBlock
    xmi:id="_XPGq79BrEeihG9bKfarOOA"
    nextVersions="_57PSJSpzEeyR9JrVGfaMKw"
    previousVersion="_CT-xD26vEeat2-NFbXd1Pw"
    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="_XbAiQa3LEeey8N0JWnVPUw" />
  <messageBuildingBlock
    xmi:id="_XPGq8dBrEeihG9bKfarOOA"
    nextVersions="_57PSJypzEeyR9JrVGfaMKw"
    previousVersion="_CT-xEW6vEeat2-NFbXd1Pw"
    name="DeliveringSettlementParties"
    definition="Identifies the chain of delivering settlement parties."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="DlvrgSttlmPties"
    complexType="_9jKak9LCEeiN28wlpBQScw" />
  <messageBuildingBlock
    xmi:id="_XPGq89BrEeihG9bKfarOOA"
    nextVersions="_57PSKSpzEeyR9JrVGfaMKw"
    previousVersion="_CT-xE26vEeat2-NFbXd1Pw"
    name="ReceivingSettlementParties"
    definition="Identifies the chain of receiving settlement parties."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="0"
    xmlTag="RcvgSttlmPties"
    complexType="_9jKak9LCEeiN28wlpBQScw" />
  <messageBuildingBlock
    xmi:id="_XPGq9dBrEeihG9bKfarOOA"
    nextVersions="_57PSKypzEeyR9JrVGfaMKw"
    previousVersion="_CT-xFW6vEeat2-NFbXd1Pw"
    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="_AWPRXTp9EeWVrPy0StzzSg" />
  <messageBuildingBlock
    xmi:id="_XPGq99BrEeihG9bKfarOOA"
    nextVersions="_57PSLSpzEeyR9JrVGfaMKw"
    previousVersion="_CT-xF26vEeat2-NFbXd1Pw"
    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="07" />
</messageDefinition>

ISO Building Blocks

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