Class FxTargetBarrier

java.lang.Object
net.finmath.smartcontract.product.xml.FxComplexBarrierBase
net.finmath.smartcontract.product.xml.FxTargetBarrier

public class FxTargetBarrier extends FxComplexBarrierBase

Java class for FxTargetBarrier complex type.

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

 <complexType name="FxTargetBarrier">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxComplexBarrierBase">
       <sequence>
         <element name="rebate" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetRebate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>