Class FxKnockoutLevel

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

public class FxKnockoutLevel extends Object
Defines the Target level of gain.

Java class for FxKnockoutLevel complex type.

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

 <complexType name="FxKnockoutLevel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
           <element name="intrinsicValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
         <element name="targetStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetStyleEnum"/>
         <element name="settlementAdjustmentStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementAdjustmentMethodEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>