Class OptionEvent

java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.OptionEvent

public class OptionEvent extends AbstractEvent

Java class for OptionEvent complex type.

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

 <complexType name="OptionEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
       <sequence>
         <choice>
           <element name="originalTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
           <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         </choice>
         <choice>
           <element name="knockIn" type="{http://www.fpml.org/FpML-5/confirmation}TriggerRateObservation"/>
           <element name="knockOut" type="{http://www.fpml.org/FpML-5/confirmation}KnockOutRateObservation"/>
           <element name="touch" type="{http://www.fpml.org/FpML-5/confirmation}TouchRateObservation" maxOccurs="2"/>
           <element name="noTouch" type="{http://www.fpml.org/FpML-5/confirmation}NoTouchRateObservation"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>