Class CreditLimit

java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitBase
net.finmath.smartcontract.product.xml.CreditLimit

public class CreditLimit extends CreditLimitBase
A structure describing a credit limit with applicability constraints.

Java class for CreditLimit complex type.

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

 <complexType name="CreditLimit">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CreditLimitBase">
       <sequence>
         <element name="limitApplicable" type="{http://www.fpml.org/FpML-5/confirmation}LimitApplicable" maxOccurs="unbounded"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>