Class Loan

java.lang.Object

public class Loan extends UnderlyingAsset
A type describing a loan underlying asset.

Java class for Loan complex type.

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

 <complexType name="Loan">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="borrower" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="borrowerReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <element name="lien" type="{http://www.fpml.org/FpML-5/confirmation}Lien" minOccurs="0"/>
         <element name="facilityType" type="{http://www.fpml.org/FpML-5/confirmation}FacilityType" minOccurs="0"/>
         <element name="maturity" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="creditAgreementDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="tranche" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAssetTranche" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>