<xsd:complexType name="LetterOfCreditSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A short form definition of a letter of credit.</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 letter of credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="type" type="LcType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit type for which a fee rate is being provided.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">Effective date of the letter of credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="LetterOfCreditRoles.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A definition of all parties playing specific roles within the letter of credit.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="amount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit notional amount. The amount is represented at the global and (optionally) at the lender-specific level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|