Class CommodityDigital

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

public class CommodityDigital extends Object
Defined the conditions under which the digital option can triggers and, if triggered, what payment results.

Java class for CommodityDigital complex type.

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

 <complexType name="CommodityDigital">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trigger" type="{http://www.fpml.org/FpML-5/confirmation}CommodityTrigger"/>
         <element name="featurePaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>