Class CommodityTrigger

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

public class CommodityTrigger extends Object
The barrier which, when breached, triggers the knock-in or knock-out of the barrier option.

Java class for CommodityTrigger complex type.

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

 <complexType name="CommodityTrigger">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="levelQuantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="levelUnit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit"/>
           </sequence>
           <element name="levelPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="levelPrice" type="{http://www.fpml.org/FpML-5/confirmation}FixedPrice"/>
         </choice>
         <element name="triggerType" type="{http://www.fpml.org/FpML-5/confirmation}TriggerTypeEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityTrigger

      public CommodityTrigger()
  • Method Details

    • getLevelQuantity

      public BigDecimal getLevelQuantity()
      Gets the value of the levelQuantity property.
      Returns:
      possible object is BigDecimal
    • setLevelQuantity

      public void setLevelQuantity(BigDecimal value)
      Sets the value of the levelQuantity property.
      Parameters:
      value - allowed object is BigDecimal
    • getLevelUnit

      public QuantityUnit getLevelUnit()
      Gets the value of the levelUnit property.
      Returns:
      possible object is QuantityUnit
    • setLevelUnit

      public void setLevelUnit(QuantityUnit value)
      Sets the value of the levelUnit property.
      Parameters:
      value - allowed object is QuantityUnit
    • getLevelPercentage

      public BigDecimal getLevelPercentage()
      Gets the value of the levelPercentage property.
      Returns:
      possible object is BigDecimal
    • setLevelPercentage

      public void setLevelPercentage(BigDecimal value)
      Sets the value of the levelPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getLevelPrice

      public FixedPrice getLevelPrice()
      Gets the value of the levelPrice property.
      Returns:
      possible object is FixedPrice
    • setLevelPrice

      public void setLevelPrice(FixedPrice value)
      Sets the value of the levelPrice property.
      Parameters:
      value - allowed object is FixedPrice
    • getTriggerType

      public TriggerTypeEnum getTriggerType()
      Gets the value of the triggerType property.
      Returns:
      possible object is TriggerTypeEnum
    • setTriggerType

      public void setTriggerType(TriggerTypeEnum value)
      Sets the value of the triggerType property.
      Parameters:
      value - allowed object is TriggerTypeEnum