<xsd:complexType name="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A short form of a loan contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="FacilityContractIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique identifier for a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The effective date of the loan contract. This is the date on which the funds are passed to the borrower. It is an actual (adjusted) date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="borrowerPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the borrower against a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="guarantorPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Party references to any guarantors associated with the facility borrower.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare" />
</xsd:sequence>
</xsd:complexType>
|