Class KnockOutRateObservation

java.lang.Object
net.finmath.smartcontract.product.xml.TriggerRateObservation
net.finmath.smartcontract.product.xml.KnockOutRateObservation

public class KnockOutRateObservation extends TriggerRateObservation
Describes an observation that caused a barrier knock out to trigger

Java class for KnockOutRateObservation complex type.

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

 <complexType name="KnockOutRateObservation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}TriggerRateObservation">
       <sequence>
         <element name="rebatePayment" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativePayment" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>