Class TradePackage

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

public class TradePackage extends Object
A bundle of trades collected together into a single unit for reporting.

Java class for TradePackage complex type.

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

 <complexType name="TradePackage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="packageHeader" type="{http://www.fpml.org/FpML-5/confirmation}PackageHeader" minOccurs="0"/>
         <choice>
           <element name="trade" type="{http://www.fpml.org/FpML-5/confirmation}Trade" maxOccurs="unbounded"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}TradeReferenceInformation.model" maxOccurs="unbounded"/>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
         </choice>
         <element name="approvals" type="{http://www.fpml.org/FpML-5/confirmation}Approvals" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>