Class CreditLimitInformation

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

public class CreditLimitInformation extends Object

Java class for CreditLimitInformation complex type.

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

 <complexType name="CreditLimitInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyInformation" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeInformation"/>
         <element name="limitModel" type="{http://www.fpml.org/FpML-5/confirmation}LimitModelEnum"/>
         <element name="creditLimit" type="{http://www.fpml.org/FpML-5/confirmation}CreditLimit" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>