Class NoTouchUpperBarrierObservation

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

public class NoTouchUpperBarrierObservation extends Object

Java class for NoTouchUpperBarrierObservation complex type.

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

 <complexType name="NoTouchUpperBarrierObservation">
   <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="maximumObservedRate" 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="maximumObservedPrice" type="{http://www.fpml.org/FpML-5/confirmation}ObservedPrice" minOccurs="0"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>