Class StandardProduct

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.StandardProduct

public class StandardProduct extends Product
Simple product representation providing key information about a variety of different products. Standard products - for use in Transparency reporting to define a product that represents a standardized OTC derivative transaction whose economics do not need to be fully described using an FpML schema because they are implied by the product ID. In other views, standard products are present for convenience to support internal messaging and workflows that are cross-product. Standard products are not full trade representations as such they are not intended to be used for confirming trades.

Java class for StandardProduct complex type.

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

 <complexType name="StandardProduct">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="notional" type="{http://www.fpml.org/FpML-5/confirmation}CashflowNotional" minOccurs="0"/>
         <element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}BasicQuotation" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>