Class FxTarget

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

public class FxTarget extends Object

Java class for FxTarget complex type.

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

 <complexType name="FxTarget">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accumulationRegion" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetAccumulationRegion" maxOccurs="2"/>
         <choice>
           <element name="knockoutLevel" type="{http://www.fpml.org/FpML-5/confirmation}FxKnockoutLevel"/>
           <element name="knockoutCount" type="{http://www.fpml.org/FpML-5/confirmation}FxKnockoutCount"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>