Class TradeSummary

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

public class TradeSummary extends Object
Summary information about the trade.

Java class for TradeSummary complex type.

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

 <complexType name="TradeSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="isPackageTrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isPrimeBrokerTrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="reportingLevel" type="{http://www.fpml.org/FpML-5/confirmation}ReportingLevel" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>