XML Schema Documentation

Complex Type: LcEvergreenOption

[Table of contents]

Super-types: None
Sub-types: None
Name LcEvergreenOption
Used by (from the same schema document) Complex Type LetterOfCredit
Abstract no
Documentation Represents the evergreen option that is available within Letter of Credit contracts.
XML Instance Representation
<...>
<extensionNoticePeriod> xsd:decimal </extensionNoticePeriod> [0..1]

'The number of calendar days before the end of the LC that the borrower must state whether they would like to extend the LC.'

<extensionPeriod> xsd:decimal </extensionPeriod> [1]

'The period over which an extension could take place.'

<finalExpirationDate> xsd:date </finalExpirationDate> [1]

'The final date on which the L/C will expire once it has been extended.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LcEvergreenOption">
<xsd:sequence>
<xsd:element name="extensionNoticePeriod" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="extensionPeriod" type=" xsd:decimal "/>
<xsd:element name="finalExpirationDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:complexType>