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>