FpML 5.0 Working Draft

Aug 2007

Posttrade execution Master Component Definitions

Version: 5.0

This Version:

http://www.fpml.org/spec/2007/wd-fpml-5-0-2007-08-10

Latest Version:

http://www.fpml.org/spec/2007/wd-fpml-5-0-2007-08-10

Previous Version:

http://www.fpml.org/spec/2007/wd-fpml-4-3-2007-07-05/

Errata for this Version:

http://www.fpml.org/spec/errata/wd-fpml-5-0-2007-08-10-errata.html

Document built: Fri 08/24/2007 13:20:14.73


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.


Contents

Global Simple Types

Global Complex Types
NovateTrade
TradeNovated

Global Elements
novateTrade
tradeNovated

Groups

Schema Listing

Applicability to views:

This sub-schema is used only in the "reporting" view.


Global Simple Types

The schema does not contain any global simple types.


Global Complex Types

NovateTrade

Description:

Figure:

Contents:

Inherited element(s): (This definition inherits the content defined by the type NovationRequestMessage)

Used by:

Extension of:

Schema Fragment:

<xsd:complexType name="NovateTrade">
  <xsd:complexContent>
    <xsd:extension base="NovationRequestMessage"/>
  </xsd:complexContent>
</xsd:complexType>

TradeNovated

Description:

Figure:

Contents:

Inherited element(s): (This definition inherits the content defined by the type NovationNotificationMessage)

Used by:

Extension of:

Schema Fragment:

<xsd:complexType name="TradeNovated">
  <xsd:complexContent>
    <xsd:extension base="NovationNotificationMessage"/>
  </xsd:complexContent>
</xsd:complexType>

Global Global Elements

novateTrade

Description:

Figure:

Contents:

novateTrade(exactly one occurrence; of the type NovateTrade)

Used by:

Schema Fragment:

<xsd:element name="novateTrade" type="NovateTrade"/>

tradeNovated

Description:

Figure:

Contents:

tradeNovated(exactly one occurrence; of the type TradeNovated)

Used by:

Schema Fragment:

<xsd:element name="tradeNovated" type="TradeNovated"/>

Global Groups

The schema does not contain any global groups.


Full XML Schema

<xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" version="$Revision: 898 $" ecore:nsPrefix="fpml" ecore:package="org.fpml" ecore:documentRoot="FpML">
  <xsd:annotation>
    <xsd:appinfo>
      <view:exclusive view="reporting"/>
    </xsd:appinfo>
  </xsd:annotation>
  <xsd:include schemaLocation="fpml-posttrade.xsd"/>
  <xsd:complexType name="NovateTrade">
    <xsd:complexContent>
      <xsd:extension base="NovationRequestMessage"/>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:complexType name="TradeNovated">
    <xsd:complexContent>
      <xsd:extension base="NovationNotificationMessage"/>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      Post-trade execution messages.
    </xsd:documentation>
  </xsd:annotation>
  <xsd:element name="novateTrade" type="NovateTrade"/>
  <xsd:element name="tradeNovated" type="TradeNovated"/>
</xsd:schema>