Class CreditLimitBase

java.lang.Object
net.finmath.smartcontract.product.xml.CreditLimitBase
Direct Known Subclasses:
CreditLimit

public class CreditLimitBase extends Object
A structure describing a basic credit limit.

Java class for CreditLimitBase complex type.

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

 <complexType name="CreditLimitBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="limitId" type="{http://www.fpml.org/FpML-5/confirmation}LimitId"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Product.model"/>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="tenor" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>