<xsd:complexType name="OutstandingsPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents outstanding loan contracts or outstanding letter of credit position. Both the global and lender position (current and prior) levels can be represented.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="loanContractReference" type="LoanContractReference" />
<xsd:element name="letterOfCreditReference" type="LetterOfCreditReference" />
</xsd:choice>
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and share amounts against the associated instrument. This is after any referenced business events have taken place.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and share amounts against the associated instrument. This is prior to any referenced business events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<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:complexType>
|