Class FxTargetAccumulationRegion

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

public class FxTargetAccumulationRegion extends Object

Java class for FxTargetAccumulationRegion complex type.

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

 <complexType name="FxTargetAccumulationRegion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTargetRegionBound.model"/>
         <element name="multiplier" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>