http://www.fpml.org/spec/2005/wd-fpml-4-2-2005-10-12
http://www.fpml.org/spec/2005/wd-fpml-4-2-2005-10-12
http://www.fpml.org/spec/2005/wd-fpml-4-2-2005-05-04/
http://www.fpml.org/spec/errata/wd-fpml-4-2-2005-10-12-errata.html
Document built: Tue 10/11/2005 12:44:53.55
Copyright (c) 1999 - 2005 by INTERNATIONAL SWAPS AND DERIVATIVES ASSOCIATION, INC.
Financial Products Markup Language is subject to the FpML public license
A copy of this license is available at
http://www.fpml.org/documents/license
The FpML specifications provided are without warranty of any kind, either expressed or implied, including, without limitation, warranties that FpML, or the FpML specifications are free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the specifications is with you. Should any of the FpML specifications prove defective in any respect, you assume the cost of any necessary servicing or repair. Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall ISDA, any of its members, or any distributor of documents or software containing any of the FpML specifications, or any supplier of any of such parties, be liable to you or any other person for any indirect, special, incidental, or consequential damages of any character including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages.
A type used to record the differences between the current trade and another indicated trade.
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
differences (zero or more occurrences; of the type TradeDifference)
<xsd:complexType name="BestFitTrade"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type used to record the differences between the current trade and another indicated trade. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The identifier for the trade compared against. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="differences" type="TradeDifference" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> An optional set of detailed difference records. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType>
A type defining the content model for a message requesting that a previously requested TradeConfirmation process be cancelled.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
partyTradeIdentifier (exactly one occurrence; of the type PartyTradeIdentifier)
party (exactly one occurrence; of the type Party)
<xsd:complexType name="CancelTradeConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that a previously requested TradeConfirmation process be cancelled. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The trade reference identifier(s) allocated to the trade by the parties involved. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message requesting that a previously requested TradeMatch process be cancelled.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
partyTradeIdentifier (exactly one occurrence; of the type PartyTradeIdentifier)
party (exactly one occurrence; of the type Party)
<xsd:complexType name="CancelTradeMatch"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that a previously requested TradeMatch process be cancelled. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The trade reference identifier(s) allocated to the trade by the parties involved. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for the message generated in reponse to a CancelConfirmation request under normal circumstances.
Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
party (exactly one occurrence; of the type Party)
<xsd:complexType name="ConfirmationCancelled"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for the message generated in reponse to a CancelConfirmation request under normal circumstances. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message that indicates acceptance of a previously matched trade.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
partyTradeIdentifier (exactly one occurrence; of the type PartyTradeIdentifier)
party (exactly one occurrence; of the type Party)
<xsd:complexType name="ConfirmTrade"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message that indicates acceptance of a previously matched trade. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The trade reference identifier(s) allocated to the trade by the parties involved. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message requesting that the details of a trade previously sent for confirmation be changed.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
trade (exactly one occurrence; of the type Trade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="ModifyTradeConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that the details of a trade previously sent for confirmation be changed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content of a message requesting that the details of a trade previously sent for matching be modified.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
trade (exactly one occurrence; of the type Trade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="ModifyTradeMatch"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content of a message requesting that the details of a trade previously sent for matching be modified. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message requesting that the contained trade be put forward for matching and confirmation.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
trade (exactly one occurrence; of the type Trade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="RequestTradeConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that the contained trade be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message requesting that the contained trade be put forward for matching.
Inherited element(s): (This definition inherits the content defined by the type RequestMessage)
trade (exactly one occurrence; of the type Trade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="RequestTradeMatch"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that the contained trade be put forward for matching. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message that indicates that a trade is considered affirmed by the sender.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
trade (exactly one occurrence; of the type Trade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeAffirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message that indicates that a trade is considered affirmed by the sender. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message generated when a party confirms that a trade is affirmed.
Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
tradeIdentifier (one or more occurrences; of the type TradeIdentifier)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeAffirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message generated when a party confirms that a trade is affirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message sent by a confirmation provider when it believes that one party has been tardy in providing its side of a transaction.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
bestFitTradeId (zero or more occurrences; of the type TradeIdentifier)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeAlleged"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message sent by a confirmation provider when it believes that one party has been tardy in providing its side of a transaction. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="bestFitTradeId" type="TradeIdentifier" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> A trade identifier for a transaction that closely resembles the characteristics of the trade under consideration. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message sent by a confirmation provider when it believes that one party has repeated a request to confirm a trade.
Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
party (exactly one occurrence; of the type Party)
<xsd:complexType name="TradeAlreadyMatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message sent by a confirmation provider when it believes that one party has repeated a request to confirm a trade. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model for a message sent by a confirmation provider when it believes that one party has repeated a request to confirm a trade.
Inherited element(s): (This definition inherits the content defined by the type ResponseMessage)
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
party (exactly one occurrence; of the type Party)
<xsd:complexType name="TradeAlreadySubmitted"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message sent by a confirmation provider when it believes that one party has repeated a request to confirm a trade. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model of a message generated when a trade is determined to be confirmed.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
trade (exactly one occurrence; of the type Trade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model of a message generated when a trade is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type used to record the details of a difference between two business objects/
differenceType (exactly one occurrence; of the type DifferenceTypeEnum)
differenceSeverity (exactly one occurrence; of the type DifferenceSeverityEnum)
element (exactly one occurrence; of the type xsd:string)
basePath (zero or one occurrence; of the type xsd:string)
baseValue (zero or one occurrence; of the type xsd:string)
otherPath (zero or one occurrence; of the type xsd:string)
otherValue (zero or one occurrence; of the type xsd:string)
missingElement (zero or more occurrences; of the type xsd:string)
extraElement (zero or more occurrences; of the type xsd:string)
message (exactly one occurrence; of the type xsd:string)
<xsd:complexType name="TradeDifference"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type used to record the details of a difference between two business objects/ </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="differenceType" type="DifferenceTypeEnum"> <xsd:annotation> <xsd:documentation xml:lang="en"> The type of difference that exists. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="differenceSeverity" type="DifferenceSeverityEnum"> <xsd:annotation> <xsd:documentation xml:lang="en"> An indication of the severity of the difference. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="element" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en"> The name of the element affected. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="basePath" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> XPath to the element in the base object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="baseValue" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> The valie of the element in the base object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="otherPath" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> XPath to the element in the other object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="otherValue" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> Value of the element in the other trade. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="missingElement" type="xsd:string" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> Element(s) that are missing in the other trade. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="extraElement" type="xsd:string" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> Element(s) that are extraneous in the other object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="message" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en"> A human readable description of the problem. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType>
A type defining the content model for a message indicating that a correlation has been made between two transactions.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
tradeIdentifier (one or more occurrences; of the type TradeIdentifier)
differences (zero or more occurrences; of the type TradeDifference)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeMatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message indicating that a correlation has been made between two transactions. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="differences" type="TradeDifference" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model of a message generated when a trade is determined to be mismatched.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
bestFitTrade (zero or more occurrences; of the type BestFitTrade)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeMismatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model of a message generated when a trade is determined to be mismatched. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="bestFitTrade" type="BestFitTrade" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
A type defining the content model of a message generated when a trade is determined to be unmatched.
Inherited element(s): (This definition inherits the content defined by the type NotificationMessage)
tradeIdentifier (exactly one occurrence; of the type TradeIdentifier)
bestFitTradeId (zero or more occurrences; of the type TradeIdentifier)
party (one or more occurrences; of the type Party)
<xsd:complexType name="TradeUnmatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model of a message generated when a trade is determined to be unmatched. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="bestFitTradeId" type="TradeIdentifier" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> A trade identifier for a transaction that closely resembles the characteristics of the trade under consideration. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<xsd:schema targetNamespace="http://www.fpml.org/2005/FpML-4-2" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xsd:include schemaLocation="fpml-msg-4-2.xsd"/> <xsd:complexType name="BestFitTrade"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type used to record the differences between the current trade and another indicated trade. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The identifier for the trade compared against. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="differences" type="TradeDifference" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> An optional set of detailed difference records. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="CancelTradeConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that a previously requested TradeConfirmation process be cancelled. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The trade reference identifier(s) allocated to the trade by the parties involved. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="CancelTradeMatch"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that a previously requested TradeMatch process be cancelled. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The trade reference identifier(s) allocated to the trade by the parties involved. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="ConfirmationCancelled"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for the message generated in reponse to a CancelConfirmation request under normal circumstances. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="ConfirmTrade"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message that indicates acceptance of a previously matched trade. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> The trade reference identifier(s) allocated to the trade by the parties involved. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="ModifyTradeConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that the details of a trade previously sent for confirmation be changed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="ModifyTradeMatch"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content of a message requesting that the details of a trade previously sent for matching be modified. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="RequestTradeConfirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that the contained trade be put forward for matching and confirmation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="RequestTradeMatch"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message requesting that the contained trade be put forward for matching. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="RequestMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeAffirmation"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message that indicates that a trade is considered affirmed by the sender. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeAffirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message generated when a party confirms that a trade is affirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeAlleged"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message sent by a confirmation provider when it believes that one party has been tardy in providing its side of a transaction. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="bestFitTradeId" type="TradeIdentifier" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> A trade identifier for a transaction that closely resembles the characteristics of the trade under consideration. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeAlreadyMatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message sent by a confirmation provider when it believes that one party has repeated a request to confirm a trade. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeAlreadySubmitted"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message sent by a confirmation provider when it believes that one party has repeated a request to confirm a trade. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ResponseMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeConfirmed"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model of a message generated when a trade is determined to be confirmed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="trade" type="Trade"> <xsd:annotation> <xsd:documentation xml:lang="en"> The root element in an FpML trade document. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeDifference"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type used to record the details of a difference between two business objects/ </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="differenceType" type="DifferenceTypeEnum"> <xsd:annotation> <xsd:documentation xml:lang="en"> The type of difference that exists. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="differenceSeverity" type="DifferenceSeverityEnum"> <xsd:annotation> <xsd:documentation xml:lang="en"> An indication of the severity of the difference. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="element" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en"> The name of the element affected. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="basePath" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> XPath to the element in the base object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="baseValue" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> The valie of the element in the base object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="otherPath" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> XPath to the element in the other object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="otherValue" type="xsd:string" minOccurs="0"> <xsd:annotation> <xsd:documentation xml:lang="en"> Value of the element in the other trade. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="missingElement" type="xsd:string" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> Element(s) that are missing in the other trade. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="extraElement" type="xsd:string" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> Element(s) that are extraneous in the other object. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="message" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en"> A human readable description of the problem. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="TradeMatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model for a message indicating that a correlation has been made between two transactions. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="differences" type="TradeDifference" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeMismatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model of a message generated when a trade is determined to be mismatched. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="bestFitTrade" type="BestFitTrade" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="TradeUnmatched"> <xsd:annotation> <xsd:documentation xml:lang="en"> A type defining the content model of a message generated when a trade is determined to be unmatched. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="NotificationMessage"> <xsd:sequence> <xsd:element name="tradeIdentifier" type="TradeIdentifier"> <xsd:annotation> <xsd:documentation xml:lang="en"> An instance of a unique trade identifier. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="bestFitTradeId" type="TradeIdentifier" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> A trade identifier for a transaction that closely resembles the characteristics of the trade under consideration. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="party" type="Party" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation xml:lang="en"> The parties obligated to make payments from time to time during the term of the trade. This will include, at a minimum, the principal parties involved in the swap or forward rate agreement. Other parties paying or receiving fees, commissions etc. must also be specified if referenced in other party payments. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:schema>