Definition Type: ComplexType
Name: EvergreenOption
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A struture that represents an evergreen option that is available within a letter of credit instrument.
Collapse XSD Schema Diagram:
Drilldown into extensionPeriod in schema fpml-loan-5-10_xsd Drilldown into nonRenewalNoticePeriod in schema fpml-loan-5-10_xsdXSD Diagram of EvergreenOption in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EvergreenOption">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A struture that represents an evergreen option that is available within a letter of credit instrument.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="nonRenewalNoticePeriod" type="Period" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of calendar days before the expiry of the letter of credit, that the borrower must declare an intention to extend the letter of credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extensionPeriod" type="Period">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of calendar days defining the extension period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nonRenewalNoticePeriod nsA:nonRenewalNoticePeriod 0 (1)
extensionPeriod nsA:extensionPeriod (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:evergreenOption