
http://www.fpml.org/spec/fpml-4-3-10-rec-1
http://www.fpml.org/spec/fpml-4-3-10-rec-1
http://www.fpml.org/spec/fpml-4-3-9-tr-1/
http://www.fpml.org/spec/fpml-4-3-10-rec-1/html/fpml-4-3-errata.html
Document built: Thu 02/07/2008 16:15:32.76
Copyright (c) 1999 - 2006 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.html
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 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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade lifecycle.
For example, the principal parties obligated to make
payments from time to time during the term of the trade,
but may include other parties involved in, or incidental
to, the trade, such as parties acting in the role of
novation transferor/transferee, broker, calculation
agent, etc. In FpML roles are defined in multiple places
within a document.
</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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade lifecycle.
For example, the principal parties obligated to make
payments from time to time during the term of the trade,
but may include other parties involved in, or incidental
to, the trade, such as parties acting in the role of
novation transferor/transferee, broker, calculation
agent, etc. In FpML roles are defined in multiple places
within a document.
</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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade lifecycle.
For example, the principal parties obligated to make
payments from time to time during the term of the trade,
but may include other parties involved in, or incidental
to, the trade, such as parties acting in the role of
novation transferor/transferee, broker, calculation
agent, etc. In FpML roles are defined in multiple places
within a document.
</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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade lifecycle.
For example, the principal parties obligated to make
payments from time to time during the term of the trade,
but may include other parties involved in, or incidental
to, the trade, such as parties acting in the role of
novation transferor/transferee, broker, calculation
agent, etc. In FpML roles are defined in multiple places
within a document.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:schema ecore:nsPrefix="fpml" ecore:package="org.fpml" ecore:documentRoot="FpML" targetNamespace="http://www.fpml.org/2007/FpML-4-3" version="$Revision: 2351 $" attributeFormDefault="unqualified" elementFormDefault="qualified">
<xsd:include schemaLocation="fpml-msg-4-3.xsd"/>
<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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade
lifecycle. For example, the principal parties obligated
to make payments from time to time during the term of
the trade, but may include other parties involved in,
or incidental to, the trade, such as parties acting in
the role of novation transferor/transferee, broker,
calculation agent, etc. In FpML roles are defined in
multiple places within a document.
</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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade
lifecycle. For example, the principal parties obligated
to make payments from time to time during the term of
the trade, but may include other parties involved in,
or incidental to, the trade, such as parties acting in
the role of novation transferor/transferee, broker,
calculation agent, etc. In FpML roles are defined in
multiple places within a document.
</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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade
lifecycle. For example, the principal parties obligated
to make payments from time to time during the term of
the trade, but may include other parties involved in,
or incidental to, the trade, such as parties acting in
the role of novation transferor/transferee, broker,
calculation agent, etc. In FpML roles are defined in
multiple places within a document.
</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">
A legal entity or a subdivision of a legal entity.
</xsd:documentation>
<xsd:documentation xml:lang="en">
Parties can perform multiple roles in a trade
lifecycle. For example, the principal parties obligated
to make payments from time to time during the term of
the trade, but may include other parties involved in,
or incidental to, the trade, such as parties acting in
the role of novation transferor/transferee, broker,
calculation agent, etc. In FpML roles are defined in
multiple places within a document.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>