<xsd:complexType name="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that can me used to store multiple identifiers for the loan contract. Each identifier has associated with it a scheme definition to tell the recepient the 'type' of the id.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="originalAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The original amount associated with the loan contract in loan contract currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="participationAmount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Loan contract amount, global and lender share in loan currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<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:complexType>
|