Class LimitApplicable

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

public class LimitApplicable extends Object

Java class for LimitApplicable complex type.

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

 <complexType name="LimitApplicable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="limitType" type="{http://www.fpml.org/FpML-5/confirmation}LimitType"/>
         <element name="clipSize" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <choice minOccurs="0">
           <element name="amountUtilized" type="{http://www.w3.org/2001/XMLSchema}integer"/>
           <element name="utilization" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimitUtilization"/>
         </choice>
         <element name="amountRemaining" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
         <element name="velocity" type="{http://www.fpml.org/FpML-5/confirmation}Velocity" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>