Class TradeHeader

java.lang.Object
net.finmath.smartcontract.product.xml.TradeHeader

public class TradeHeader extends Object
A type defining trade related information which is not product specific.

Java class for TradeHeader complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TradeHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="partyTradeInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tradeSummary" type="{http://www.fpml.org/FpML-5/confirmation}TradeSummary" minOccurs="0"/>
         <element name="productSummary" type="{http://www.fpml.org/FpML-5/confirmation}ProductSummary" minOccurs="0"/>
         <element name="originatingPackage" type="{http://www.fpml.org/FpML-5/confirmation}PackageSummary" minOccurs="0"/>
         <element name="tradeDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="clearedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>