Class LoanContract

java.lang.Object
net.finmath.smartcontract.product.xml.LoanContractSummary
net.finmath.smartcontract.product.xml.LoanContract

public class LoanContract extends LoanContractSummary
A funded borrowing instrument which utilizes a portion of an available under a single facility (line of credit) within a bank deal (credit agreement).

Java class for LoanContract complex type.

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

 <complexType name="LoanContract">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}LoanContractSummary">
       <sequence>
         <sequence>
           <element name="repricingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
           <element name="maturityDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         </sequence>
         <choice>
           <element name="fixedRateAccrual" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateAccrual"/>
           <element name="floatingRateAccrual" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateAccrual"/>
         </choice>
         <element name="facilityFxRate" type="{http://www.fpml.org/FpML-5/confirmation}FxTerms" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>