Class ProductSummary

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

public class ProductSummary extends Object
Summary information about the product that was traded. This is intended primarily for trade reporting by TRs.

Java class for ProductSummary complex type.

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

 <complexType name="ProductSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="finalSettlementDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="settlementType" type="{http://www.fpml.org/FpML-5/confirmation}SettlementTypeEnum" minOccurs="0"/>
         <element name="seniority" type="{http://www.fpml.org/FpML-5/confirmation}CreditSeniority" minOccurs="0"/>
         <element name="indexFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>