Class TriggerRateObservation

java.lang.Object
net.finmath.smartcontract.product.xml.TriggerRateObservation
Direct Known Subclasses:
KnockOutRateObservation, TouchRateObservation

public class TriggerRateObservation extends Object

Java class for TriggerRateObservation complex type.

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

 <complexType name="TriggerRateObservation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="observationTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" minOccurs="0"/>
         <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="observedRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="triggerPrice" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney"/>
             <element name="observedPrice" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney" minOccurs="0"/>
           </sequence>
         </choice>
         <element name="triggerCondition" type="{http://www.fpml.org/FpML-5/confirmation}TriggerConditionEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TriggerRateObservation

      public TriggerRateObservation()
  • Method Details

    • getObservationDate

      public XMLGregorianCalendar getObservationDate()
      Gets the value of the observationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setObservationDate

      public void setObservationDate(XMLGregorianCalendar value)
      Sets the value of the observationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getObservationTime

      public BusinessCenterTime getObservationTime()
      Gets the value of the observationTime property.
      Returns:
      possible object is BusinessCenterTime
    • setObservationTime

      public void setObservationTime(BusinessCenterTime value)
      Sets the value of the observationTime property.
      Parameters:
      value - allowed object is BusinessCenterTime
    • getInformationSource

      public InformationSource getInformationSource()
      Gets the value of the informationSource property.
      Returns:
      possible object is InformationSource
    • setInformationSource

      public void setInformationSource(InformationSource value)
      Sets the value of the informationSource property.
      Parameters:
      value - allowed object is InformationSource
    • 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
    • getObservedRate

      public BigDecimal getObservedRate()
      Gets the value of the observedRate property.
      Returns:
      possible object is BigDecimal
    • setObservedRate

      public void setObservedRate(BigDecimal value)
      Sets the value of the observedRate property.
      Parameters:
      value - allowed object is BigDecimal
    • 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
    • getObservedPrice

      public PositiveMoney getObservedPrice()
      Gets the value of the observedPrice property.
      Returns:
      possible object is PositiveMoney
    • setObservedPrice

      public void setObservedPrice(PositiveMoney value)
      Sets the value of the observedPrice property.
      Parameters:
      value - allowed object is PositiveMoney
    • getTriggerCondition

      public TriggerConditionEnum getTriggerCondition()
      Gets the value of the triggerCondition property.
      Returns:
      possible object is TriggerConditionEnum
    • setTriggerCondition

      public void setTriggerCondition(TriggerConditionEnum value)
      Sets the value of the triggerCondition property.
      Parameters:
      value - allowed object is TriggerConditionEnum