Class CommodityBarrier

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

public class CommodityBarrier extends Object
The specification of how a barrier option will trigger (that is, knock-in or knock-out) or expire based on the position of the spot rate relative to trigger level.

Java class for CommodityBarrier complex type.

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

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