Class FxTargetLeverage

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

public class FxTargetLeverage extends Object

Java class for FxTargetLeverage complex type.

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

 <complexType name="FxTargetLeverage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="condition" type="{http://www.fpml.org/FpML-5/confirmation}ConditionEnum"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTargetConditionLevel.model"/>
         <choice>
           <element name="ratio" type="{http://www.fpml.org/FpML-5/confirmation}Schedule"/>
           <sequence>
             <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/>
             <element name="counterCurrencyAmount" type="{http://www.fpml.org/FpML-5/confirmation}FxCounterCurrencyAmount" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>