Definition Type: ComplexType
Name: LetterOfCreditSummary
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A short form definition of a letter of credit.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-loan-5-10_xsd Drilldown into beneficiaryPartyReference in schema fpml-loan-5-10_xsd Drilldown into issuingBankPartyReference in schema fpml-loan-5-10_xsd Drilldown into borrowerPartyReference in schema fpml-loan-5-10_xsd Drilldown into LetterOfCreditRoles.model in schema fpml-loan-5-10_xsd Drilldown into effectiveDate in schema fpml-loan-5-10_xsd Drilldown into type in schema fpml-loan-5-10_xsd Drilldown into identifier in schema fpml-loan-5-10_xsdXSD Diagram of LetterOfCreditSummary in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LetterOfCreditSummary">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A short form definition of a letter of credit.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="identifier" type="FacilityContractIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A unique identifier for a letter of credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="type" type="LcType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The letter of credit type for which a fee rate is being provided.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Effective date of the letter of credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="LetterOfCreditRoles.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A definition of all parties playing specific roles within the letter of credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
        <xsd:element name="amount" type="MoneyWithParticipantShare">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The letter of credit notional amount. The amount is represented at the global and (optionally) at the lender-specific level.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier nsA:identifier (1) unbounded
type nsA:type (1) (1)
effectiveDate nsA:effectiveDate (1) (1)
borrowerPartyReference nsA:borrowerPartyReference (1) (1)
issuingBankPartyReference nsA:issuingBankPartyReference (1) (1)
beneficiaryPartyReference nsA:beneficiaryPartyReference 0 (1)
amount nsA:amount (1) (1)
<xs:group> nsA:LetterOfCreditRoles.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:LetterOfCredit, nsA:letterOfCreditSummary