complexType "LetterOfCredit"
Namespace:
Content:
complex, 15 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (15):
amount (defined in LetterOfCreditSummary complexType),
beneficiaryPartyReference (defined in LetterOfCreditRoles.model group),
borrowerPartyReference (defined in LetterOfCreditRoles.model group),
effectiveDate (defined in LetterOfCreditSummary complexType),
evergreenOption,
expiryDate (defined in LetterOfCredit complexType),
facilityFxRate (defined in LetterOfCredit complexType),
finalExpiryDate (defined in LetterOfCredit complexType),
identifier (defined in LetterOfCreditSummary complexType),
issuingBankPartyReference,
lcAccrual,
lcAutoAdjust,
minLcIssuanceFeeAmount (defined in LetterOfCreditFeatures.model group),
purpose,
type (defined in LetterOfCreditSummary complexType)
All Direct / Indirect Based Elements (4):
letterOfCredit (defined in LetterOfCreditDetails.model group),
letterOfCredit (in accrualOptionChangeNotification),
letterOfCredit (in accrualOptionChangeNotificationRetracted),
letterOfCredit (in outstandingContractsStatement)
Known Usage Locations
Annotation
A definition of an unfunded borrowing (guarantee) instrument known as a Letter of Credit.
Type Definition Detail
Type Derivation Tree
  LetterOfCredit
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="LetterOfCredit">
<xsd:complexContent>
<xsd:extension base="LetterOfCreditSummary">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="expiryDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="finalExpiryDate" type="xsd:date"/>
</xsd:sequence>
<xsd:element name="lcAccrual" type="LcAccrual"/>
<xsd:element minOccurs="0" name="purpose" type="LcPurpose"/>
<xsd:group ref="LetterOfCreditFeatures.model"/>
<xsd:element minOccurs="0" name="facilityFxRate" type="FxTerms"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/15)
expiryDate
Type:
xsd:date, predefined, simple content
Expiry date of the letter of credit.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="expiryDate" type="xsd:date"/>

facilityFxRate
Type:
FxTerms, complex content
Defines exchange rate between the letter of credit and facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="facilityFxRate" type="FxTerms"/>

finalExpiryDate
Type:
xsd:date, predefined, simple content
Final expiry date of the letter of credit, once the evergreen option has been exercised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="finalExpiryDate" type="xsd:date"/>

lcAccrual
Type:
LcAccrual, complex content
The letter of credit fee rate details.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="lcAccrual" type="LcAccrual"/>

purpose
Type:
LcPurpose, simple content
Defines the purpose of a letter of credit.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="purpose" type="LcPurpose"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.