<xsd:complexType name="LoanContract">
<xsd:annotation>
<xsd:documentation xml:lang="en">A funded borrowing instrument which utilizes a portion of an available under a single facility (line of credit) within a bank deal (credit agreement).</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="LoanContractSummary">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="repricingDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maturity date of the loan contract. In the case of a PRIME-based loan, this field should be set to the maturity date of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maturityDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maturity date of the loan contract. In the case of a PRIME-based loan, this field should be set to the maturity date of the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:choice>
<xsd:element name="fixedRateAccrual" type="FixedRateAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the base rate and additional charges associated with the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="floatingRateAccrual" type="FloatingRateAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the base rate and additional charges associated with the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="facilityFxRate" type="FxTerms" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a single (current) FX rate used to calculate utilization in the facility currency. Used in the case where the loan contract currency is different to the facility currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|