Class LoanContractSummary

java.lang.Object
net.finmath.smartcontract.product.xml.LoanContractSummary
Direct Known Subclasses:
LoanContract

public class LoanContractSummary extends Object
A short form of a loan contract.

Java class for LoanContractSummary complex type.

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

 <complexType name="LoanContractSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://www.fpml.org/FpML-5/confirmation}FacilityContractIdentifier" maxOccurs="unbounded"/>
         <element name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <sequence>
           <element name="borrowerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
           <element name="guarantorPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         </sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>