Definition Type: Group
Name: LetterOfCreditFeatures.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes the additional features associated with a letter of credit.
Collapse XSD Schema Diagram:
Drilldown into minLcIssuanceFeeAmount in schema fpml-loan-5-10_xsd Drilldown into lcAutoAdjust in schema fpml-loan-5-10_xsd Drilldown into evergreenOption in schema fpml-loan-5-10_xsdXSD Diagram of LetterOfCreditFeatures.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LetterOfCreditFeatures.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that describes the additional features associated with a letter of credit.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="evergreenOption" type="EvergreenOption" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An option allowing the borrower to extend the letter of credit tenor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lcAutoAdjust" type="LcAutoAdjustEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the purpose of a letter of credit.</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:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
evergreenOption nsA:evergreenOption 0 (1)
lcAutoAdjust nsA:lcAutoAdjust 0 (1)
minLcIssuanceFeeAmount nsA:minLcIssuanceFeeAmount 0 (1)