<xsd:complexType name="LcOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents the accruing L/C rate option associated within a facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FeeRateOptionBase">
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period during which the accrual option is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:sequence>
<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="minLcIssuanceFeeAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit notional amount. The amount is represented at the global and (optionally) atthe lender-specific level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|