<xsd:complexType name="LcEvergreenOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">Represents the evergreen option that is available within Letter of Credit contracts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="extensionNoticePeriod" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of calendar days before the end of the LC that the borrower must state whether they would like to extend the LC.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extensionPeriod" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The period over which an extension could take place.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="finalExpirationDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The final date on which the L/C will expire once it has been extended.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|