Class NoTouchLowerBarrierObservation

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

public class NoTouchLowerBarrierObservation extends Object

Java class for NoTouchLowerBarrierObservation complex type.

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

 <complexType name="NoTouchLowerBarrierObservation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="triggerRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
           <element name="minimumObservedRate" type="{http://www.fpml.org/FpML-5/confirmation}ObservedRate" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="triggerPrice" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney"/>
           <element name="minimumObservedPrice" type="{http://www.fpml.org/FpML-5/confirmation}ObservedPrice" minOccurs="0"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NoTouchLowerBarrierObservation

      public NoTouchLowerBarrierObservation()
  • Method Details

    • getTriggerRate

      public BigDecimal getTriggerRate()
      Gets the value of the triggerRate property.
      Returns:
      possible object is BigDecimal
    • setTriggerRate

      public void setTriggerRate(BigDecimal value)
      Sets the value of the triggerRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getQuotedCurrencyPair

      public QuotedCurrencyPair getQuotedCurrencyPair()
      Gets the value of the quotedCurrencyPair property.
      Returns:
      possible object is QuotedCurrencyPair
    • setQuotedCurrencyPair

      public void setQuotedCurrencyPair(QuotedCurrencyPair value)
      Sets the value of the quotedCurrencyPair property.
      Parameters:
      value - allowed object is QuotedCurrencyPair
    • getMinimumObservedRate

      public ObservedRate getMinimumObservedRate()
      Gets the value of the minimumObservedRate property.
      Returns:
      possible object is ObservedRate
    • setMinimumObservedRate

      public void setMinimumObservedRate(ObservedRate value)
      Sets the value of the minimumObservedRate property.
      Parameters:
      value - allowed object is ObservedRate
    • getTriggerPrice

      public PositiveMoney getTriggerPrice()
      Gets the value of the triggerPrice property.
      Returns:
      possible object is PositiveMoney
    • setTriggerPrice

      public void setTriggerPrice(PositiveMoney value)
      Sets the value of the triggerPrice property.
      Parameters:
      value - allowed object is PositiveMoney
    • getMinimumObservedPrice

      public ObservedPrice getMinimumObservedPrice()
      Gets the value of the minimumObservedPrice property.
      Returns:
      possible object is ObservedPrice
    • setMinimumObservedPrice

      public void setMinimumObservedPrice(ObservedPrice value)
      Sets the value of the minimumObservedPrice property.
      Parameters:
      value - allowed object is ObservedPrice