sese.033.001.10
Scope An account owner sends a SecuritiesFinancingInstruction to a securities financing transaction account servicer to notify the securities financing transaction account servicer of the details of a repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing transaction to allow the account servicer to manage the settlement and follow-up of the opening and closing leg of the transaction. 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.
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 %% SecuritiesFinancingInstructionV10 recursion level 0 with max 0 class SecuritiesFinancingInstructionV10{ TransactionIdentification IsoMax35Text } SecuritiesFinancingInstructionV10 *-- "1..1" TransactionTypeAndAdditionalParameters15 : TransactionTypeAndAdditionalParameters SecuritiesFinancingInstructionV10 *-- "0..1" INumberCount1Choice : NumberCounts SecuritiesFinancingInstructionV10 *-- "0..1" Linkages54 : Linkages SecuritiesFinancingInstructionV10 *-- "1..1" SecuritiesTradeDetails116 : TradeDetails SecuritiesFinancingInstructionV10 *-- "1..1" SecurityIdentification19 : FinancialInstrumentIdentification SecuritiesFinancingInstructionV10 *-- "0..1" FinancialInstrumentAttributes91 : FinancialInstrumentAttributes SecuritiesFinancingInstructionV10 *-- "1..1" QuantityAndAccount79 : QuantityAndAccountDetails SecuritiesFinancingInstructionV10 *-- "1..1" SecuritiesFinancingTransactionDetails43 : SecuritiesFinancingDetails SecuritiesFinancingInstructionV10 *-- "0..1" SettlementDetails148 : SettlementParameters SecuritiesFinancingInstructionV10 *-- "0..1" StandingSettlementInstruction16 : StandingSettlementInstructionDetails SecuritiesFinancingInstructionV10 *-- "0..1" SettlementParties76 : DeliveringSettlementParties SecuritiesFinancingInstructionV10 *-- "0..1" SettlementParties76 : ReceivingSettlementParties SecuritiesFinancingInstructionV10 *-- "0..1" CashParties36 : CashParties SecuritiesFinancingInstructionV10 *-- "0..1" AmountAndDirection94 : OpeningSettlementAmount SecuritiesFinancingInstructionV10 *-- "0..1" OtherAmounts39 : OtherAmounts SecuritiesFinancingInstructionV10 *-- "0..1" OtherParties33 : OtherBusinessParties SecuritiesFinancingInstructionV10 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
TransactionIdentification building block
Unambiguous identification of the transaction as known by the instructing party. Specifies a character string with a maximum length of 35 characters. For comparison, see the ISO20022 official specification This message is declared as Max35Text in the ISO specification. In our implementation, it is represented in source code as IsoMax35Text. Due to global using directives, it is treated as a System.String by the compiler and runtime.
TransactionTypeAndAdditionalParameters building block
Securities financing transaction identification information, type (repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing) and other parameters. Securities financing transaction identification information, type (repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing) and other parameters. For comparison, see the ISO20022 official specification
classDiagram direction tb %% TransactionTypeAndAdditionalParameters15 recursion level 0 with max 1 class TransactionTypeAndAdditionalParameters15{ SecuritiesFinancingTransactionType SecuritiesFinancingTransactionType2Code Payment DeliveryReceiptType2Code CommonIdentification IsoMax35Text ReconciliationIndicator IsoYesNoIndicator }
TransactionTypeAndAdditionalParameters15 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
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 |
CommonIdentification | Unique reference agreed upon by the two trade counterparties to identify the trade. | IsoMax35Text - Optional 0..1 |
ReconciliationIndicator | Settlement transaction has already been sent on the market. It is sent by an account owner to an account servicer for reconciliation purposes. | IsoYesNoIndicator - Optional 0..1 |
NumberCounts building block
Count of the number of transactions linked. Choice of number count type. For comparison, see the ISO20022 official specification
classDiagram direction tb %% INumberCount1Choice recursion level 0 with max 1
NumberCount1Choice members
Member name | Description | Data Type / Multiplicity |
---|
Linkages building block
Link to another transaction that must be processed after, before or at the same time. Information related to a linked transaction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Linkages54 recursion level 0 with max 1 Linkages54 *-- "0..1" IProcessingPosition7Choice : ProcessingPosition Linkages54 *-- "0..1" IDocumentNumber5Choice : MessageNumber Linkages54 *-- "1..1" IReferences41Choice : Reference Linkages54 *-- "0..1" IPairedOrTurnedQuantity3Choice : LinkedQuantity Linkages54 *-- "0..1" IPartyIdentification127Choice : ReferenceOwner %% IProcessingPosition7Choice recursion level 1 with max 1 %% IDocumentNumber5Choice recursion level 1 with max 1 %% IReferences41Choice recursion level 1 with max 1 %% IPairedOrTurnedQuantity3Choice recursion level 1 with max 1 %% IPartyIdentification127Choice recursion level 1 with max 1
Linkages54 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
ProcessingPosition | Specifies when the transaction is to be executed relative to a linked transaction. | IProcessingPosition7Choice - Optional 0..1 |
MessageNumber | Message type number/message identifier of the message referenced in the linkage sequence. | IDocumentNumber5Choice - Optional 0..1 |
Reference | Reference to the linked transaction. | IReferences41Choice - Required 1..1 |
LinkedQuantity | Quantity of financial instruments of the linked transaction to be paired-off or turned. | IPairedOrTurnedQuantity3Choice - Optional 0..1 |
ReferenceOwner | Party that generates the reference. | IPartyIdentification127Choice - 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 %% SecuritiesTradeDetails116 recursion level 0 with max 1 class SecuritiesTradeDetails116{ NumberOfDaysAccrued IsoMax3Number SettlementInstructionProcessingAdditionalDetails IsoMax350Text FXAdditionalDetails IsoMax350Text } SecuritiesTradeDetails116 *-- "0..1" PlaceOfTradeIdentification1 : PlaceOfTrade SecuritiesTradeDetails116 *-- "0..1" PlaceOfClearingIdentification2 : PlaceOfClearing SecuritiesTradeDetails116 *-- "0..1" ITradeDate8Choice : TradeDate SecuritiesTradeDetails116 *-- "1..1" IDateAndDateTime2Choice : OpeningSettlementDate SecuritiesTradeDetails116 *-- "0..1" Price10 : DealPrice SecuritiesTradeDetails116 *-- "0..0" IReporting6Choice : Reporting SecuritiesTradeDetails116 *-- "0..0" ITradeTransactionCondition5Choice : TradeTransactionCondition SecuritiesTradeDetails116 *-- "0..1" IInvestorCapacity4Choice : InvestorCapacity SecuritiesTradeDetails116 *-- "0..1" ITradeOriginator3Choice : TradeOriginatorRole SecuritiesTradeDetails116 *-- "0..1" ICurrencyToBuyOrSell1Choice : CurrencyToBuyOrSell SecuritiesTradeDetails116 *-- "0..1" IAffirmationStatus8Choice : AffirmationStatus SecuritiesTradeDetails116 *-- "0..1" IMatchingStatus27Choice : MatchingStatus %% PlaceOfTradeIdentification1 recursion level 1 with max 1 class PlaceOfTradeIdentification1{ LEI IsoLEIIdentifier } PlaceOfTradeIdentification1 *-- "0..1" MarketIdentification84 : MarketTypeAndIdentification %% PlaceOfClearingIdentification2 recursion level 1 with max 1 class PlaceOfClearingIdentification2{ Identification IsoAnyBICDec2014Identifier LEI IsoLEIIdentifier } %% ITradeDate8Choice recursion level 1 with max 1 %% IDateAndDateTime2Choice recursion level 1 with max 1 %% Price10 recursion level 1 with max 1 Price10 *-- "1..1" IYieldedOrValueType2Choice : Type Price10 *-- "1..1" IPriceRateOrAmount3Choice : Value %% IReporting6Choice recursion level 1 with max 1 %% ITradeTransactionCondition5Choice recursion level 1 with max 1 %% IInvestorCapacity4Choice recursion level 1 with max 1 %% ITradeOriginator3Choice recursion level 1 with max 1 %% ICurrencyToBuyOrSell1Choice recursion level 1 with max 1 %% IAffirmationStatus8Choice recursion level 1 with max 1 %% IMatchingStatus27Choice recursion level 1 with max 1
SecuritiesTradeDetails116 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceOfTrade | Market in which a trade transaction has been executed. | PlaceOfTradeIdentification1 - Optional 0..1 |
PlaceOfClearing | Infrastructure which may be a component of a clearing house and which facilitates clearing and settlement for its members by standing between the buyer and the seller. It may net transactions and it substitutes itself as settlement counterparty for each position. | PlaceOfClearingIdentification2 - Optional 0..1 |
TradeDate | Specifies the date/time on which the trade was executed. | ITradeDate8Choice - Optional 0..1 |
OpeningSettlementDate | Date and time at which the securities are to be delivered or received. | IDateAndDateTime2Choice - Required 1..1 |
DealPrice | Specifies the price of the traded financial instrument. | This is the deal price of the individual trade transaction. |
NumberOfDaysAccrued | Number of days on which the interest rate accrues (daily accrual note). | IsoMax3Number - Optional 0..1 |
Reporting | Specifies that a trade is to be reported to a third party. | IReporting6Choice - Unknown 0..0 |
TradeTransactionCondition | Indicates the conditions under which the order/trade is to be/was executed. | ITradeTransactionCondition5Choice - Unknown 0..0 |
InvestorCapacity | Specifies the role of the investor in the transaction. | IInvestorCapacity4Choice - Optional 0..1 |
TradeOriginatorRole | Specifies the role of the trading party in the transaction. | ITradeOriginator3Choice - Optional 0..1 |
CurrencyToBuyOrSell | Account servicer is instructed to buy the indicated currency after the receipt of cash proceeds or to sell the indicated currency in order to obtain the necessary currency to fund the transaction. | ICurrencyToBuyOrSell1Choice - Optional 0..1 |
AffirmationStatus | Status of affirmation of a trade. | IAffirmationStatus8Choice - Optional 0..1 |
MatchingStatus | Provides the matching status of the instruction. | IMatchingStatus27Choice - Optional 0..1 |
SettlementInstructionProcessingAdditionalDetails | Provides additional settlement processing information which cannot be included within the structured fields of the message. | IsoMax350Text - Optional 0..1 |
FXAdditionalDetails | Provides additional details pertaining to foreign exchange instructions. | 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 |
FinancialInstrumentAttributes building block
Elements characterising a financial instrument. Elements characterising a financial instrument. For comparison, see the ISO20022 official specification
classDiagram direction tb %% FinancialInstrumentAttributes91 recursion level 0 with max 1 class FinancialInstrumentAttributes91{ DenominationCurrency ActiveOrHistoricCurrencyCode CouponDate IsoISODate ExpiryDate IsoISODate FloatingRateFixingDate IsoISODate MaturityDate IsoISODate IssueDate IsoISODate NextCallableDate IsoISODate PutableDate IsoISODate DatedDate IsoISODate FirstPaymentDate IsoISODate PreviousFactor IsoBaseOneRate CurrentFactor IsoBaseOneRate NextFactor IsoBaseOneRate InterestRate IsoPercentageRate YieldToMaturityRate IsoPercentageRate NextInterestRate IsoPercentageRate IndexRateBasis IsoPercentageRate VariableRateIndicator IsoYesNoIndicator CallableIndicator IsoYesNoIndicator PutableIndicator IsoYesNoIndicator FinancialInstrumentAttributeAdditionalDetails IsoMax350Text } FinancialInstrumentAttributes91 *-- "0..1" IMarketIdentification3Choice : PlaceOfListing FinancialInstrumentAttributes91 *-- "0..1" IInterestComputationMethodFormat4Choice : DayCountBasis FinancialInstrumentAttributes91 *-- "0..1" IFormOfSecurity6Choice : RegistrationForm FinancialInstrumentAttributes91 *-- "0..1" IFrequency23Choice : PaymentFrequency FinancialInstrumentAttributes91 *-- "0..1" ISecuritiesPaymentStatus5Choice : PaymentStatus FinancialInstrumentAttributes91 *-- "0..1" IFrequency23Choice : VariableRateChangeFrequency FinancialInstrumentAttributes91 *-- "0..1" IClassificationType32Choice : ClassificationType FinancialInstrumentAttributes91 *-- "0..1" IOptionStyle8Choice : OptionStyle FinancialInstrumentAttributes91 *-- "0..1" IOptionType6Choice : OptionType FinancialInstrumentAttributes91 *-- "0..1" INumber22Choice : CouponAttachedNumber FinancialInstrumentAttributes91 *-- "0..1" GenericIdentification37 : PoolNumber FinancialInstrumentAttributes91 *-- "0..1" IPriceType4Choice : MarketOrIndicativePrice FinancialInstrumentAttributes91 *-- "0..1" Price7 : ExercisePrice FinancialInstrumentAttributes91 *-- "0..1" Price7 : SubscriptionPrice FinancialInstrumentAttributes91 *-- "0..1" Price7 : ConversionPrice FinancialInstrumentAttributes91 *-- "0..1" Price7 : StrikePrice FinancialInstrumentAttributes91 *-- "0..1" IFinancialInstrumentQuantity1Choice : MinimumNominalQuantity FinancialInstrumentAttributes91 *-- "0..1" IFinancialInstrumentQuantity1Choice : ContractSize FinancialInstrumentAttributes91 *-- "0..0" SecurityIdentification19 : UnderlyingFinancialInstrumentIdentification %% IMarketIdentification3Choice recursion level 1 with max 1 %% IInterestComputationMethodFormat4Choice recursion level 1 with max 1 %% IFormOfSecurity6Choice recursion level 1 with max 1 %% IFrequency23Choice recursion level 1 with max 1 %% ISecuritiesPaymentStatus5Choice recursion level 1 with max 1 %% IFrequency23Choice recursion level 1 with max 1 %% IClassificationType32Choice recursion level 1 with max 1 %% IOptionStyle8Choice recursion level 1 with max 1 %% IOptionType6Choice recursion level 1 with max 1 %% INumber22Choice recursion level 1 with max 1 %% GenericIdentification37 recursion level 1 with max 1 class GenericIdentification37{ Identification IsoMax35Text Issuer IsoMax35Text } %% IPriceType4Choice recursion level 1 with max 1 %% Price7 recursion level 1 with max 1 Price7 *-- "1..1" IYieldedOrValueType1Choice : Type Price7 *-- "1..1" IPriceRateOrAmount3Choice : Value %% Price7 recursion level 1 with max 1 Price7 *-- "1..1" IYieldedOrValueType1Choice : Type Price7 *-- "1..1" IPriceRateOrAmount3Choice : Value %% Price7 recursion level 1 with max 1 Price7 *-- "1..1" IYieldedOrValueType1Choice : Type Price7 *-- "1..1" IPriceRateOrAmount3Choice : Value %% Price7 recursion level 1 with max 1 Price7 *-- "1..1" IYieldedOrValueType1Choice : Type Price7 *-- "1..1" IPriceRateOrAmount3Choice : Value %% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1 %% IFinancialInstrumentQuantity1Choice recursion level 1 with max 1 %% SecurityIdentification19 recursion level 1 with max 1 class SecurityIdentification19{ ISIN IsoISINOct2015Identifier Description IsoMax140Text } SecurityIdentification19 *-- "0..0" OtherIdentification1 : OtherIdentification
FinancialInstrumentAttributes91 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
PlaceOfListing | Market(s) on which the security is listed. | IMarketIdentification3Choice - Optional 0..1 |
DayCountBasis | Specifies the computation method of (accrued) interest of the security. | IInterestComputationMethodFormat4Choice - Optional 0..1 |
RegistrationForm | Specifies the form, this is, ownership, of the security. | IFormOfSecurity6Choice - Optional 0..1 |
PaymentFrequency | Specifies the frequency of an interest payment. | IFrequency23Choice - Optional 0..1 |
PaymentStatus | Status of payment of a security at a particular time. | ISecuritiesPaymentStatus5Choice - Optional 0..1 |
VariableRateChangeFrequency | Specifies the frequency of change to the variable rate of an interest bearing instrument. | IFrequency23Choice - Optional 0..1 |
ClassificationType | Classification type of the financial instrument, as per the ISO Classification of Financial Instrument (CFI) codification, for example, common share with voting rights, fully paid, or registered. | IClassificationType32Choice - Optional 0..1 |
OptionStyle | Specifies how an option can be exercised (American, European, Bermudan). | IOptionStyle8Choice - Optional 0..1 |
OptionType | Specifies whether it is a Call option (right to purchase a specific underlying asset) or a Put option (right to sell a specific underlying asset). | IOptionType6Choice - Optional 0..1 |
DenominationCurrency | Currency in which a security is issued or redenominated. | ActiveOrHistoricCurrencyCode - Optional 0..1 |
CouponDate | Next payment date of an interest bearing financial instrument. | IsoISODate - Optional 0..1 |
ExpiryDate | Date on which a privilege expires. | IsoISODate - Optional 0..1 |
FloatingRateFixingDate | Date at which the interest rate of an interest bearing security will be calculated and reset, according to the terms of the issue. | IsoISODate - Optional 0..1 |
MaturityDate | Planned final repayment date at the time of issuance. | IsoISODate - Optional 0..1 |
IssueDate | Date at which the security was made available. | IsoISODate - Optional 0..1 |
NextCallableDate | Next date at which the issuer has the right to pay the security prior to maturity. | IsoISODate - Optional 0..1 |
PutableDate | Date at which the holder has the right to ask for redemption of the security prior to final maturity. | IsoISODate - Optional 0..1 |
DatedDate | First date at which a security begins to accrue interest. | IsoISODate - Optional 0..1 |
FirstPaymentDate | Date at which the first interest payment is due to holders of the security. | IsoISODate - Optional 0..1 |
PreviousFactor | Rate expressed as a decimal between 0 and 1 that was applicable before the current factor and defines the outstanding principal of the financial instrument (for factored securities). | IsoBaseOneRate - Optional 0..1 |
CurrentFactor | Rate expressed as a decimal between 0 and 1 defining the outstanding principal of the financial instrument (for factored securities). | IsoBaseOneRate - Optional 0..1 |
NextFactor | Rate expressed as a decimal between 0 and 1 that will be applicable as of the next factor date and defines the outstanding principal of the financial instrument (for factored securities). | IsoBaseOneRate - Optional 0..1 |
InterestRate | Per annum ratio of interest paid to the principal amount of the financial instrument for a specific period of time. | IsoPercentageRate - Optional 0..1 |
YieldToMaturityRate | Rate of return anticipated on a bond when held until maturity date. | IsoPercentageRate - Optional 0..1 |
NextInterestRate | Interest rate applicable to the next interest payment period in relation to variable rate instruments. | IsoPercentageRate - Optional 0..1 |
IndexRateBasis | Specifies the reference rate for fixed income instruments where the | price of the instrument is indexed to the price of an underlying benchmark. |
CouponAttachedNumber | Number of the coupon attached to the physical security. | INumber22Choice - Optional 0..1 |
PoolNumber | Number identifying a group of underlying assets assigned by the issuer of a factored security. | GenericIdentification37 - Optional 0..1 |
VariableRateIndicator | Indicates whether the interest rate of an interest bearing instrument is reset periodically. | IsoYesNoIndicator - Optional 0..1 |
CallableIndicator | Indicates whether the issuer has the right to pay the security prior to maturity. Also called RetractableIndicator. | IsoYesNoIndicator - Optional 0..1 |
PutableIndicator | Indicates whether the holder has the right to ask for redemption of the security prior to final maturity. Also called RedeemableIndicator. | IsoYesNoIndicator - Optional 0..1 |
MarketOrIndicativePrice | Value of the price, for example, as a currency and value per unit or as a percentage. | IPriceType4Choice - Optional 0..1 |
ExercisePrice | Predetermined price at which the holder of a derivative will buy or sell the underlying instrument. | Price7 - Optional 0..1 |
SubscriptionPrice | Pre-determined price at which the holder of a right is entitled to buy the underlying instrument. | Price7 - Optional 0..1 |
ConversionPrice | Price of one target security in the conversion. | Price7 - Optional 0..1 |
StrikePrice | Predetermined price at which the holder will have to buy or sell the underlying instrument. | Price7 - Optional 0..1 |
MinimumNominalQuantity | Minimum nominal quantity of financial instrument. | IFinancialInstrumentQuantity1Choice - Optional 0..1 |
ContractSize | Ratio or multiplying factor used to convert one contract into a quantity. | IFinancialInstrumentQuantity1Choice - Optional 0..1 |
UnderlyingFinancialInstrumentIdentification | Identification of the underlying security. | SecurityIdentification19 - Unknown 0..0 |
FinancialInstrumentAttributeAdditionalDetails | Provides additional information about the financial instrument in narrative form. | IsoMax350Text - 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 %% QuantityAndAccount79 recursion level 0 with max 1 class QuantityAndAccount79{ DenominationChoice IsoMax210Text } QuantityAndAccount79 *-- "1..1" IQuantity6Choice : SettlementQuantity QuantityAndAccount79 *-- "0..1" PartyIdentification144 : AccountOwner QuantityAndAccount79 *-- "1..1" SecuritiesAccount19 : SafekeepingAccount QuantityAndAccount79 *-- "0..1" ICashAccountIdentification5Choice : CashAccount QuantityAndAccount79 *-- "0..1" SafeKeepingPlace3 : SafekeepingPlace QuantityAndAccount79 *-- "0..0" QuantityBreakdown46 : QuantityBreakdown %% IQuantity6Choice 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 %% QuantityBreakdown46 recursion level 1 with max 1 QuantityBreakdown46 *-- "0..1" GenericIdentification37 : LotNumber QuantityBreakdown46 *-- "0..1" IFinancialInstrumentQuantity1Choice : LotQuantity QuantityBreakdown46 *-- "0..1" IDateAndDateTime2Choice : LotDateTime QuantityBreakdown46 *-- "0..1" Price7 : LotPrice QuantityBreakdown46 *-- "0..1" ITypeOfPrice29Choice : TypeOfPrice
QuantityAndAccount79 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SettlementQuantity | Total quantity of securities to be settled. | IQuantity6Choice - Required 1..1 |
DenominationChoice | Denomination of the security to be received or delivered. | IsoMax210Text - Optional 0..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 |
QuantityBreakdown | Breakdown of a quantity into lots such as tax lots, instrument series. | QuantityBreakdown46 - Unknown 0..0 |
SecuritiesFinancingDetails building block
Details for 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 %% SecuritiesFinancingTransactionDetails43 recursion level 0 with max 1 class SecuritiesFinancingTransactionDetails43{ SecuritiesFinancingTradeIdentification IsoMax52Text ClosingLegIdentification IsoMax35Text MaturityDateModification IsoYesNoIndicator InterestPayment IsoYesNoIndicator TransactionCallDelay IsoExact3NumericText TotalNumberOfCollateralInstructions IsoExact3NumericText SecondLegNarrative IsoMax140Text } SecuritiesFinancingTransactionDetails43 *-- "0..1" ITerminationDate6Choice : TerminationDate SecuritiesFinancingTransactionDetails43 *-- "0..1" IDateAndDateTime2Choice : RateChangeDate SecuritiesFinancingTransactionDetails43 *-- "0..1" IDateAndDateTime2Choice : EarliestCallBackDate SecuritiesFinancingTransactionDetails43 *-- "0..1" IDateAndDateTime2Choice : CommissionCalculationDate SecuritiesFinancingTransactionDetails43 *-- "0..1" IRateType35Choice : RateType SecuritiesFinancingTransactionDetails43 *-- "0..1" IRevaluationIndicator3Choice : Revaluation SecuritiesFinancingTransactionDetails43 *-- "0..1" ILegalFramework3Choice : LegalFramework SecuritiesFinancingTransactionDetails43 *-- "0..1" IInterestComputationMethodFormat4Choice : InterestComputationMethod SecuritiesFinancingTransactionDetails43 *-- "0..1" RateName1 : VariableRateSupport SecuritiesFinancingTransactionDetails43 *-- "0..1" Rate2 : RepurchaseRate SecuritiesFinancingTransactionDetails43 *-- "0..1" Rate2 : StockLoanMargin SecuritiesFinancingTransactionDetails43 *-- "0..1" Rate2 : SecuritiesHaircut SecuritiesFinancingTransactionDetails43 *-- "0..1" Rate2 : ChargesRate SecuritiesFinancingTransactionDetails43 *-- "0..1" IRateOrName1Choice : PricingRate SecuritiesFinancingTransactionDetails43 *-- "0..1" Rate2 : Spread SecuritiesFinancingTransactionDetails43 *-- "0..1" AmountAndDirection21 : DealAmount SecuritiesFinancingTransactionDetails43 *-- "0..1" AmountAndDirection21 : AccruedInterestAmount SecuritiesFinancingTransactionDetails43 *-- "0..1" AmountAndDirection21 : ForfeitAmount SecuritiesFinancingTransactionDetails43 *-- "0..1" AmountAndDirection21 : PremiumAmount SecuritiesFinancingTransactionDetails43 *-- "0..1" AmountAndDirection21 : TerminationAmountPerPieceOfCollateral SecuritiesFinancingTransactionDetails43 *-- "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 }
SecuritiesFinancingTransactionDetails43 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 |
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 |
StandingSettlementInstructionDetails building block
Specifies what settlement standing instruction database is to be used to derive the settlement parties involved in the transaction. Details of the standing settlement instruction to be applied. For comparison, see the ISO20022 official specification
classDiagram direction tb %% StandingSettlementInstruction16 recursion level 0 with max 1 StandingSettlementInstruction16 *-- "1..1" ISettlementStandingInstructionDatabase4Choice : SettlementStandingInstructionDatabase StandingSettlementInstruction16 *-- "1..1" ICounterparty13Choice : Counterparty StandingSettlementInstruction16 *-- "0..1" PartyIdentification136 : Vendor StandingSettlementInstruction16 *-- "0..1" SettlementParties76 : OtherDeliveringSettlementParties StandingSettlementInstruction16 *-- "0..1" SettlementParties76 : OtherReceivingSettlementParties %% ISettlementStandingInstructionDatabase4Choice recursion level 1 with max 1 %% ICounterparty13Choice recursion level 1 with max 1 %% PartyIdentification136 recursion level 1 with max 1 class PartyIdentification136{ LEI IsoLEIIdentifier } PartyIdentification136 *-- "1..1" IPartyIdentification120Choice : Identification %% SettlementParties76 recursion level 1 with max 1 SettlementParties76 *-- "0..1" PartyIdentification146 : Depository SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party1 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party2 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party3 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party4 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party5 %% SettlementParties76 recursion level 1 with max 1 SettlementParties76 *-- "0..1" PartyIdentification146 : Depository SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party1 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party2 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party3 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party4 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party5
StandingSettlementInstruction16 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SettlementStandingInstructionDatabase | Specifies what settlement standing instruction database is to be used to derive the settlement parties involved in the transaction. | ISettlementStandingInstructionDatabase4Choice - Required 1..1 |
Counterparty | Identification of the buyer or seller in a standing settlement instruction enabling to derive the Standing Settlement Instruction. | ICounterparty13Choice - Required 1..1 |
Vendor | Vendor of the settlement standing instruction database that is to be consulted. | PartyIdentification136 - Optional 0..1 |
OtherDeliveringSettlementParties | Delivering parties, other than the seller, needed for deriving the standing settlement instruction (for example, depository) or provided for information purposes (for example, instructing party settlement chain). | SettlementParties76 - Optional 0..1 |
OtherReceivingSettlementParties | Receiving parties, other than the buyer, needed for deriving the standing settlement instruction (for example, depository) or provided for information purposes (for example, instructing party settlement chain). | SettlementParties76 - 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 %% SettlementParties76 recursion level 0 with max 1 SettlementParties76 *-- "0..1" PartyIdentification146 : Depository SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party1 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party2 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party3 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party4 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : 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 %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation
SettlementParties76 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. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party2 | Party that, in a settlement chain interacts with the party 1. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party3 | Party that, in a settlement chain interacts with the party 2. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party4 | Party that, in a settlement chain interacts with the party 3. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party5 | Party that, in a settlement chain interacts with the party 4. | PartyIdentificationAndAccount168 - 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 %% SettlementParties76 recursion level 0 with max 1 SettlementParties76 *-- "0..1" PartyIdentification146 : Depository SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party1 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party2 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party3 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : Party4 SettlementParties76 *-- "0..1" PartyIdentificationAndAccount168 : 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 %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount168 recursion level 1 with max 1 class PartyIdentificationAndAccount168{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount168 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount168 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount168 *-- "0..1" SecuritiesAccount19 : SafekeepingAccount PartyIdentificationAndAccount168 *-- "0..1" IDateAndDateTime2Choice : ProcessingDate PartyIdentificationAndAccount168 *-- "0..1" PartyTextInformation1 : AdditionalInformation
SettlementParties76 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. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party2 | Party that, in a settlement chain interacts with the party 1. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party3 | Party that, in a settlement chain interacts with the party 2. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party4 | Party that, in a settlement chain interacts with the party 3. | PartyIdentificationAndAccount168 - Optional 0..1 |
Party5 | Party that, in a settlement chain interacts with the party 4. | PartyIdentificationAndAccount168 - Optional 0..1 |
CashParties building block
Cash parties involved in the transaction if different from the securities settlement parties. Payment processes required to transfer cash from the debtor to the creditor. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CashParties36 recursion level 0 with max 1 CashParties36 *-- "0..1" PartyIdentificationAndAccount164 : Debtor CashParties36 *-- "0..1" PartyIdentificationAndAccount171 : DebtorAgent CashParties36 *-- "0..1" PartyIdentificationAndAccount164 : Creditor CashParties36 *-- "0..1" PartyIdentificationAndAccount171 : CreditorAgent CashParties36 *-- "0..1" PartyIdentificationAndAccount171 : Intermediary %% PartyIdentificationAndAccount164 recursion level 1 with max 1 class PartyIdentificationAndAccount164{ LEI IsoLEIIdentifier } PartyIdentificationAndAccount164 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount164 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : CashAccount PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount PartyIdentificationAndAccount164 *-- "0..1" PartyTextInformation2 : AdditionalInformation %% PartyIdentificationAndAccount171 recursion level 1 with max 1 class PartyIdentificationAndAccount171{ LEI IsoLEIIdentifier } PartyIdentificationAndAccount171 *-- "1..1" IPartyIdentification133Choice : Identification PartyIdentificationAndAccount171 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : CashAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount PartyIdentificationAndAccount171 *-- "0..1" PartyTextInformation2 : AdditionalInformation %% PartyIdentificationAndAccount164 recursion level 1 with max 1 class PartyIdentificationAndAccount164{ LEI IsoLEIIdentifier } PartyIdentificationAndAccount164 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount164 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : CashAccount PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount PartyIdentificationAndAccount164 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount PartyIdentificationAndAccount164 *-- "0..1" PartyTextInformation2 : AdditionalInformation %% PartyIdentificationAndAccount171 recursion level 1 with max 1 class PartyIdentificationAndAccount171{ LEI IsoLEIIdentifier } PartyIdentificationAndAccount171 *-- "1..1" IPartyIdentification133Choice : Identification PartyIdentificationAndAccount171 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : CashAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount PartyIdentificationAndAccount171 *-- "0..1" PartyTextInformation2 : AdditionalInformation %% PartyIdentificationAndAccount171 recursion level 1 with max 1 class PartyIdentificationAndAccount171{ LEI IsoLEIIdentifier } PartyIdentificationAndAccount171 *-- "1..1" IPartyIdentification133Choice : Identification PartyIdentificationAndAccount171 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : CashAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : ChargesAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : CommissionAccount PartyIdentificationAndAccount171 *-- "0..1" ICashAccountIdentification5Choice : TaxAccount PartyIdentificationAndAccount171 *-- "0..1" PartyTextInformation2 : AdditionalInformation
CashParties36 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Debtor | Party that owes an amount of money to the (ultimate) creditor. | PartyIdentificationAndAccount164 - Optional 0..1 |
DebtorAgent | Financial institution servicing an account for the debtor. | PartyIdentificationAndAccount171 - Optional 0..1 |
Creditor | Party to which an amount of money is due. | PartyIdentificationAndAccount164 - Optional 0..1 |
CreditorAgent | Financial institution servicing an account for the creditor. | PartyIdentificationAndAccount171 - Optional 0..1 |
Intermediary | Financial institution through which the transaction must pass to reach the account with institution. | PartyIdentificationAndAccount171 - 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. Posting of an item to a cash account, in the context of a cash transaction, that results in an increase or decrease to the balance of the account. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AmountAndDirection94 recursion level 0 with max 1 class AmountAndDirection94{ AccruedInterestIndicator IsoYesNoIndicator StampDutyIndicator IsoYesNoIndicator BrokerageAmountIndicator IsoYesNoIndicator ResearchFeeIndicator IsoYesNoIndicator Amount IsoActiveCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection94 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails AmountAndDirection94 *-- "0..1" IDateAndDateTime2Choice : ValueDate %% ForeignExchangeTerms23 recursion level 1 with max 1 class ForeignExchangeTerms23{ UnitCurrency ActiveCurrencyCode QuotedCurrency ActiveCurrencyCode ExchangeRate IsoBaseOneRate ResultingAmount IsoActiveCurrencyAndAmount } %% IDateAndDateTime2Choice recursion level 1 with max 1
AmountAndDirection94 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AccruedInterestIndicator | Indicates whether the net proceeds include interest accrued on the financial instrument. | IsoYesNoIndicator - Optional 0..1 |
StampDutyIndicator | Whether the net proceeds include stamp duty amount. | IsoYesNoIndicator - Optional 0..1 |
BrokerageAmountIndicator | Indicates whether the net proceeds include brokerage fees for the transaction. If absent, element is not required. | IsoYesNoIndicator - Optional 0..1 |
ResearchFeeIndicator | Indicates whether the net proceeds include research fees for the transaction. | IsoYesNoIndicator - Optional 0..1 |
Amount | Amount of money in the cash entry. | IsoActiveCurrencyAndAmount - Required 1..1 |
CreditDebitIndicator | Indicates whether an entry is a credit or a debit. | CreditDebitCode - Required 1..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 |
ValueDate | Date and time at which the cash is at the disposal of the credit account owner, or ceases to be at the disposal of the debit account owner. | IDateAndDateTime2Choice - Optional 0..1 |
OtherAmounts building block
Other amounts than the settlement amount. Identifies other amounts pertaining to the transaction. For comparison, see the ISO20022 official specification
classDiagram direction tb %% OtherAmounts39 recursion level 0 with max 1 OtherAmounts39 *-- "0..1" AmountAndDirection44 : AccruedInterestAmount OtherAmounts39 *-- "0..1" AmountAndDirection44 : ChargesFees OtherAmounts39 *-- "0..1" AmountAndDirection44 : CountryNationalFederalTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : TradeAmount OtherAmounts39 *-- "0..1" AmountAndDirection44 : ExecutingBrokerAmount OtherAmounts39 *-- "0..1" AmountAndDirection44 : IssueDiscountAllowance OtherAmounts39 *-- "0..1" AmountAndDirection44 : PaymentLevyTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : LocalTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : LocalTaxCountrySpecific OtherAmounts39 *-- "0..1" AmountAndDirection44 : LocalBrokerCommission OtherAmounts39 *-- "0..1" AmountAndDirection44 : Margin OtherAmounts39 *-- "0..1" AmountAndDirection44 : Other OtherAmounts39 *-- "0..1" AmountAndDirection44 : RegulatoryAmount OtherAmounts39 *-- "0..1" AmountAndDirection44 : ShippingAmount OtherAmounts39 *-- "0..1" AmountAndDirection44 : SpecialConcession OtherAmounts39 *-- "0..1" AmountAndDirection44 : StampDuty OtherAmounts39 *-- "0..1" AmountAndDirection44 : StockExchangeTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : TransferTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : TransactionTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : ValueAddedTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : WithholdingTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : NetGainLoss OtherAmounts39 *-- "0..1" AmountAndDirection44 : ConsumptionTax OtherAmounts39 *-- "0..1" AmountAndDirection44 : AccruedCapitalisationAmount OtherAmounts39 *-- "0..1" AmountAndDirection44 : ResearchFee %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails %% AmountAndDirection44 recursion level 1 with max 1 class AmountAndDirection44{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode OriginalCurrencyAndOrderedAmount IsoActiveOrHistoricCurrencyAndAmount } AmountAndDirection44 *-- "0..1" ForeignExchangeTerms23 : ForeignExchangeDetails
OtherAmounts39 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AccruedInterestAmount | Interest amount that has accrued in between coupon payment periods. | AmountAndDirection44 - Optional 0..1 |
ChargesFees | Amount of money paid for the provision of financial services that cannot be categorised by another qualifier. | AmountAndDirection44 - Optional 0..1 |
CountryNationalFederalTax | Amount of country, national or federal tax charged by the jurisdiction in which the account servicer is located. | AmountAndDirection44 - Optional 0..1 |
TradeAmount | Principal amount of a trade (price multiplied by quantity). | AmountAndDirection44 - Optional 0..1 |
ExecutingBrokerAmount | Amount of money paid to an executing broker as a commission. | AmountAndDirection44 - Optional 0..1 |
IssueDiscountAllowance | Amount of money defined as a discount on a new issue or on a tranche of an existing issue. | AmountAndDirection44 - Optional 0..1 |
PaymentLevyTax | Amount of payment levy tax. | AmountAndDirection44 - Optional 0..1 |
LocalTax | Tax charged by the jurisdiction in which the financial instrument settles. | AmountAndDirection44 - Optional 0..1 |
LocalTaxCountrySpecific | Local tax country specific. | AmountAndDirection44 - Optional 0..1 |
LocalBrokerCommission | Amount of commission paid to a local broker. | AmountAndDirection44 - Optional 0..1 |
Margin | Amount of money deposited by the trading party in a margin account. | AmountAndDirection44 - Optional 0..1 |
Other | An amount that is not indicated by a known business denomination. | AmountAndDirection44 - Optional 0..1 |
RegulatoryAmount | Amount of money charged by a regulatory authority, for example, Securities and Exchange fees. | AmountAndDirection44 - Optional 0..1 |
ShippingAmount | All costs related to the physical delivery of documents such as stamps, postage, carrier fees, insurances or messenger services. | AmountAndDirection44 - Optional 0..1 |
SpecialConcession | Amount of drawdown or other reduction from or in addition to the deal price. | AmountAndDirection44 - Optional 0..1 |
StampDuty | Amount of stamp duty. | AmountAndDirection44 - Optional 0..1 |
StockExchangeTax | Amount of stock exchange tax. | AmountAndDirection44 - Optional 0..1 |
TransferTax | Amount of tax levied on a transfer of ownership of financial instrument. | AmountAndDirection44 - Optional 0..1 |
TransactionTax | Amount of transaction tax. | AmountAndDirection44 - Optional 0..1 |
ValueAddedTax | Amount of value-added tax. | AmountAndDirection44 - Optional 0..1 |
WithholdingTax | Amount of money that will be withheld by a tax authority. | AmountAndDirection44 - Optional 0..1 |
NetGainLoss | Amount representing the difference between the cost and the current price of a security. In the context of securities settlement, it is the amount paid or received when the instructions are netted or paired off. | AmountAndDirection44 - Optional 0..1 |
ConsumptionTax | Amount of consumption tax. | AmountAndDirection44 - Optional 0..1 |
AccruedCapitalisationAmount | Amount of unpaid interest (on bonds which have defaulted and have subsequently | restructured), which is capitalized and added to the original principal amount of the bond. |
ResearchFee | Charge or commission paid by the investor to a distributor/intermediary or other service provider for the provision of financial research. | AmountAndDirection44 - Optional 0..1 |
OtherBusinessParties building block
Other business parties relevant to the transaction. Other parties’ information. For comparison, see the ISO20022 official specification
classDiagram direction tb %% OtherParties33 recursion level 0 with max 1 OtherParties33 *-- "0..0" PartyIdentificationAndAccount167 : Investor OtherParties33 *-- "0..1" PartyIdentificationAndAccount166 : QualifiedForeignIntermediary OtherParties33 *-- "0..1" PartyIdentificationAndAccount165 : StockExchange OtherParties33 *-- "0..1" PartyIdentificationAndAccount165 : TradeRegulator OtherParties33 *-- "0..1" PartyIdentificationAndAccount166 : TripartyAgent OtherParties33 *-- "0..1" PartyIdentificationAndAccount166 : Broker %% PartyIdentificationAndAccount167 recursion level 1 with max 1 class PartyIdentificationAndAccount167{ LEI IsoLEIIdentifier Nationality CountryCode SafekeepingAccount IsoMax35Text ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount167 *-- "0..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount167 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount167 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount166 recursion level 1 with max 1 class PartyIdentificationAndAccount166{ LEI IsoLEIIdentifier SafekeepingAccount IsoMax35Text ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount166 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount166 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount166 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount165 recursion level 1 with max 1 class PartyIdentificationAndAccount165{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount165 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount165 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount165 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount165 recursion level 1 with max 1 class PartyIdentificationAndAccount165{ LEI IsoLEIIdentifier ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount165 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount165 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount165 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount166 recursion level 1 with max 1 class PartyIdentificationAndAccount166{ LEI IsoLEIIdentifier SafekeepingAccount IsoMax35Text ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount166 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount166 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount166 *-- "0..1" PartyTextInformation1 : AdditionalInformation %% PartyIdentificationAndAccount166 recursion level 1 with max 1 class PartyIdentificationAndAccount166{ LEI IsoLEIIdentifier SafekeepingAccount IsoMax35Text ProcessingIdentification IsoMax35Text } PartyIdentificationAndAccount166 *-- "1..1" IPartyIdentification120Choice : Identification PartyIdentificationAndAccount166 *-- "0..1" AlternatePartyIdentification7 : AlternateIdentification PartyIdentificationAndAccount166 *-- "0..1" PartyTextInformation1 : AdditionalInformation
OtherParties33 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Investor | Party, either an individual or organisation, whose assets are being invested. | PartyIdentificationAndAccount167 - Unknown 0..0 |
QualifiedForeignIntermediary | Foreign financial institution which has been authorised by local authorities to act as account management institution in the country. | PartyIdentificationAndAccount166 - Optional 0..1 |
StockExchange | Identification of the stock exchange to which transaction reporting will be done. | PartyIdentificationAndAccount165 - Optional 0..1 |
TradeRegulator | Institution to which a trade must be reported. | PartyIdentificationAndAccount165 - Optional 0..1 |
TripartyAgent | Party responsible for the administration of a tri-party collateral transaction including collateral allocation, marking to market and substitution of collateral. | PartyIdentificationAndAccount166 - Optional 0..1 |
Broker | Party that identifies a broker when required (for example, authorised broker, prime broker, etc). | PartyIdentificationAndAccount166 - 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 SecuritiesFinancingInstructionV10 implementation follows a specific implementaiton pattern. First of all, SecuritiesFinancingInstructionV10 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, SecuritiesFinancingInstructionV10Document implements IOuterDocument. Because SecuritiesFinancingInstructionV10 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type SecuritiesFinancingInstructionV10.
classDiagram class IOuterRecord SecuritiesFinancingInstructionV10 --|> IOuterRecord : Implements SecuritiesFinancingInstructionV10Document --|> IOuterDocument~SecuritiesFinancingInstructionV10~ : Implements class IOuterDocument~SecuritiesFinancingInstructionV10~ { SecuritiesFinancingInstructionV10 Message }
Document wrapper for serialization
The only real purpose SecuritiesFinancingInstructionV10Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:sese.033.001.10’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using SecuritiesFinancingInstructionV10.ToDocument() method. The returned SecuritiesFinancingInstructionV10Document value will serialize correctly according to ISO 20022 standards.
classDiagram SecuritiesFinancingInstructionV10Document *-- SecuritiesFinancingInstructionV10 : 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.033.001.10">
<SctiesFincgInstr>
<TxId>
<!-- TransactionIdentification inner content -->
</TxId>
<TxTpAndAddtlParams>
<!-- TransactionTypeAndAdditionalParameters inner content -->
</TxTpAndAddtlParams>
<NbCounts>
<!-- NumberCounts inner content -->
</NbCounts>
<Lnkgs>
<!-- Linkages inner content -->
</Lnkgs>
<TradDtls>
<!-- TradeDetails inner content -->
</TradDtls>
<FinInstrmId>
<!-- FinancialInstrumentIdentification inner content -->
</FinInstrmId>
<FinInstrmAttrbts>
<!-- FinancialInstrumentAttributes inner content -->
</FinInstrmAttrbts>
<QtyAndAcctDtls>
<!-- QuantityAndAccountDetails inner content -->
</QtyAndAcctDtls>
<SctiesFincgDtls>
<!-- SecuritiesFinancingDetails inner content -->
</SctiesFincgDtls>
<SttlmParams>
<!-- SettlementParameters inner content -->
</SttlmParams>
<StgSttlmInstrDtls>
<!-- StandingSettlementInstructionDetails inner content -->
</StgSttlmInstrDtls>
<DlvrgSttlmPties>
<!-- DeliveringSettlementParties inner content -->
</DlvrgSttlmPties>
<RcvgSttlmPties>
<!-- ReceivingSettlementParties inner content -->
</RcvgSttlmPties>
<CshPties>
<!-- CashParties inner content -->
</CshPties>
<OpngSttlmAmt>
<!-- OpeningSettlementAmount inner content -->
</OpngSttlmAmt>
<OthrAmts>
<!-- OtherAmounts inner content -->
</OthrAmts>
<OthrBizPties>
<!-- OtherBusinessParties inner content -->
</OthrBizPties>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</SctiesFincgInstr>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_QIjq4QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6gSgcEey2k_sfZmJz4g"
previousVersion="_ugqOkcvFEeihG9bKfarOOA"
name="SecuritiesFinancingInstructionV10"
definition="Scope
An account owner sends a SecuritiesFinancingInstruction to a securities financing transaction account servicer to notify the securities financing transaction account servicer of the details of a repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing transaction to allow the account servicer to manage the settlement and follow-up of the opening and closing leg of the transaction.
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."
registrationStatus="Registered"
messageSet="_JB4xh_8rEeCQ-IWv9MUPeQ"
xmlTag="SctiesFincgInstr"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<constraint
xmi:id="_QIjq4wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6gygcEey2k_sfZmJz4g"
previousVersion="_ugqOk8vFEeihG9bKfarOOA"
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>/TransactionTypeAndAdditionalParameters/Payment</leftOperand><rightOperand>AgainstPaymentSettlement</rightOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq5QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6hSgcEey2k_sfZmJz4g"
previousVersion="_ugqOlcvFEeihG9bKfarOOA"
name="SellerSSI2Rule"
definition="If standing settlement instruction applies and the transaction is a securities borrowing, then Seller 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>/StandingSettlementInstructionDetails/Counterparty/Seller</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>SecuritiesBorrowing</rightOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq5wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6hygcEey2k_sfZmJz4g"
previousVersion="_ugqOl8vFEeihG9bKfarOOA"
name="BuyerSSI2Rule"
definition="If standing settlement instruction applies and the transaction is a securities lending, then Buyer 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>/StandingSettlementInstructionDetails/Counterparty/Buyer</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>SecuritiesLending</rightOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq6QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6iSgcEey2k_sfZmJz4g"
previousVersion="_ugqOmcvFEeihG9bKfarOOA"
name="DeliveringDepositoryAndParty1Part1Rule"
definition="If the transaction is a reverse repo and no standing settlement instruction applies, then DeliveringDepository and Party1 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>/DeliveringSettlementParties/Depository</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/DeliveringSettlementParties/Party1</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>ReverseRepo</rightOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq6wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6iygcEey2k_sfZmJz4g"
previousVersion="_ugqOm8vFEeihG9bKfarOOA"
name="ReceivingDepositoryAndParty1Part1Rule"
definition="If the transaction is a repo and no standing settlement instruction applies, then ReceivingDepository and Party1 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>/ReceivingSettlementParties/Depository</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/ReceivingSettlementParties/Party1</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>Repo</rightOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq7QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6jSgcEey2k_sfZmJz4g"
previousVersion="_ugqOncvFEeihG9bKfarOOA"
name="DeliveringDepositoryAndParty1Part2Rule"
definition="If the transaction is a securities borrowing and no standing settlement instruction applies, then DeliveringDepository and Party1 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>/DeliveringSettlementParties/Depository</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/DeliveringSettlementParties/Party1</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>SecuritiesBorrowing</rightOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq7wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6jygcEey2k_sfZmJz4g"
previousVersion="_ugqOn8vFEeihG9bKfarOOA"
name="ReceivingDepositoryAndParty1Part2Rule"
definition="If the transaction is a securities lending and no standing settlement instruction applies, then ReceivingDepository and Party1 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>/ReceivingSettlementParties/Depository</leftOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/ReceivingSettlementParties/Party1</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>SecuritiesLending</rightOperand></BooleanRule><BooleanRule xsi:type="Absence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq8QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6kSgcEey2k_sfZmJz4g"
previousVersion="_ugqOocvFEeihG9bKfarOOA"
name="SecuritiesMarketPracticeGroupGuideline"
definition="The Securities Market Practice Group (SMPG) has published market practice recommendations on the use of this message.
These market practices are available on www.smpg.info."
registrationStatus="Provisionally Registered" />
<constraint
xmi:id="_QIjq8wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6kygcEey2k_sfZmJz4g"
previousVersion="_ugqOo8vFEeihG9bKfarOOA"
name="SellerSSI1Rule"
definition="If standing settlement instruction applies and the transaction is a reverse repo, then Seller 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>/StandingSettlementInstructionDetails/Counterparty/Seller</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>ReverseRepo</rightOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<constraint
xmi:id="_QIjq9QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6lSgcEey2k_sfZmJz4g"
previousVersion="_ugqOpcvFEeihG9bKfarOOA"
name="BuyerSSI1Rule"
definition="If standing settlement instruction applies and the transaction is a repo, then Buyer 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>/StandingSettlementInstructionDetails/Counterparty/Buyer</leftOperand></BooleanRule></mustBe><onCondition><connector>AND</connector><BooleanRule xsi:type="EqualToValue"><leftOperand>/TransactionTypeAndAdditionalParameters/SecuritiesFinancingTransactionType</leftOperand><rightOperand>Repo</rightOperand></BooleanRule><BooleanRule xsi:type="Presence"><leftOperand>/StandingSettlementInstructionDetails</leftOperand></BooleanRule></onCondition></ComplexRule></RuleDefinition>" />
<messageBuildingBlock
xmi:id="_QIjq-wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6oygcEey2k_sfZmJz4g"
previousVersion="_ugqOp8vFEeihG9bKfarOOA"
name="TransactionIdentification"
definition="Unambiguous identification of the transaction as known by the instructing party."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="TxId"
simpleType="_YW1tKdp-Ed-ak6NoX_4Aeg_1913463446" />
<messageBuildingBlock
xmi:id="_QIjq_QmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6pSgcEey2k_sfZmJz4g"
previousVersion="_ugqOqcvFEeihG9bKfarOOA"
name="TransactionTypeAndAdditionalParameters"
definition="Securities financing transaction identification information, type (repurchase agreement, reverse repurchase agreement, securities lending or securities borrowing) and other parameters."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="TxTpAndAddtlParams"
complexType="_IJOOAY7YEeaa5_S8lsRKCQ" />
<messageBuildingBlock
xmi:id="_QIjq_wmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6pygcEey2k_sfZmJz4g"
previousVersion="_ugqOq8vFEeihG9bKfarOOA"
name="NumberCounts"
definition="Count of the number of transactions linked."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="NbCounts"
complexType="_QrsmZ9p-Ed-ak6NoX_4Aeg_994582654" />
<messageBuildingBlock
xmi:id="_QIjrAQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6qSgcEey2k_sfZmJz4g"
previousVersion="_ugqOrcvFEeihG9bKfarOOA"
name="Linkages"
definition="Link to another transaction that must be processed after, before or at the same time."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Lnkgs"
complexType="_YLVBYdLCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrAwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6qygcEey2k_sfZmJz4g"
previousVersion="_ugqOr8vFEeihG9bKfarOOA"
name="TradeDetails"
definition="Details of the securities financing deal."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="TradDtls"
complexType="_f92ZgQmNEeuQ1MenzX1l-g" />
<messageBuildingBlock
xmi:id="_QIjrBQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6rSgcEey2k_sfZmJz4g"
previousVersion="_ugqOscvFEeihG9bKfarOOA"
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="_QIjrBwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6rygcEey2k_sfZmJz4g"
previousVersion="_ugqOs8vFEeihG9bKfarOOA"
name="FinancialInstrumentAttributes"
definition="Elements characterising a financial instrument."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="FinInstrmAttrbts"
complexType="_yehJZbQBEee1Ke-6rZgsrA" />
<messageBuildingBlock
xmi:id="_QIjrCQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6sSgcEey2k_sfZmJz4g"
previousVersion="_ugqOtcvFEeihG9bKfarOOA"
name="QuantityAndAccountDetails"
definition="Details related to the account and quantity involved in the transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="QtyAndAcctDtls"
complexType="_Y-gx0dLCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrCwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6sygcEey2k_sfZmJz4g"
previousVersion="_ugqOt8vFEeihG9bKfarOOA"
name="SecuritiesFinancingDetails"
definition="Details for the closing of the securities financing transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="SctiesFincgDtls"
complexType="_G0DbcdBwEeihG9bKfarOOA" />
<messageBuildingBlock
xmi:id="_QIjrDQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6tSgcEey2k_sfZmJz4g"
previousVersion="_ugqOucvFEeihG9bKfarOOA"
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="_QIjrDwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6tygcEey2k_sfZmJz4g"
previousVersion="_ugqOu8vFEeihG9bKfarOOA"
name="StandingSettlementInstructionDetails"
definition="Specifies what settlement standing instruction database is to be used to derive the settlement parties involved in the transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="StgSttlmInstrDtls"
complexType="_8vPDSdLCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrEQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6uSgcEey2k_sfZmJz4g"
previousVersion="_ugqOvcvFEeihG9bKfarOOA"
name="DeliveringSettlementParties"
definition="Identifies the chain of delivering settlement parties."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="DlvrgSttlmPties"
complexType="_7HPx59LCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrEwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6uygcEey2k_sfZmJz4g"
previousVersion="_ugqOv8vFEeihG9bKfarOOA"
name="ReceivingSettlementParties"
definition="Identifies the chain of receiving settlement parties."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="RcvgSttlmPties"
complexType="_7HPx59LCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrFQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6vSgcEey2k_sfZmJz4g"
previousVersion="_ugqOwcvFEeihG9bKfarOOA"
name="CashParties"
definition="Cash parties involved in the transaction if different from the securities settlement parties."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CshPties"
complexType="_7pKzNdLCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrFwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6vygcEey2k_sfZmJz4g"
previousVersion="_ugqOw8vFEeihG9bKfarOOA"
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="_I5FT0cvGEeihG9bKfarOOA" />
<messageBuildingBlock
xmi:id="_QIjrGQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6wSgcEey2k_sfZmJz4g"
previousVersion="_ugqOxcvFEeihG9bKfarOOA"
name="OtherAmounts"
definition="Other amounts than the settlement amount."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="OthrAmts"
complexType="_BNURwaz_EeeBVbuVcoH9Nw" />
<messageBuildingBlock
xmi:id="_QIjrGwmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6wygcEey2k_sfZmJz4g"
previousVersion="_ugqOx8vFEeihG9bKfarOOA"
name="OtherBusinessParties"
definition="Other business parties relevant to the transaction."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="OthrBizPties"
complexType="_6Cg-R9LCEeiN28wlpBQScw" />
<messageBuildingBlock
xmi:id="_QIjrHQmEEeuQ1MenzX1l-g"
nextVersions="_3Uf6xSgcEey2k_sfZmJz4g"
previousVersion="_ugqOycvFEeihG9bKfarOOA"
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="033"
flavour="001"
version="10" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.