<xsd:complexType name="LenderLoanContractPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period within which the lender maintains certain loan contract position</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dates defining an interest period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="shareCommitmentAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Current lender share.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareLoanContractAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">Lender share of a loan contract. This is based on the share of the overall commitment that the lender is assigned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|