Definition Type: ComplexType
Name: LcEvergreenOption
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Represents the evergreen option that is available within Letter of Credit contracts.
Collapse XSD Schema Diagram:
Drilldown into finalExpirationDate in schema fpml-loan-4-5_xsd Drilldown into extensionPeriod in schema fpml-loan-4-5_xsd Drilldown into extensionNoticePeriod in schema fpml-loan-4-5_xsdXSD Diagram of LcEvergreenOption in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extensionNoticePeriod fpml:extensionNoticePeriod 0 (1)
extensionPeriod fpml:extensionPeriod (1) (1)
finalExpirationDate fpml:finalExpirationDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:evergreenOption