XML Schema Documentation

Complex Type: LetterOfCredit

[Table of contents]

Super-types: None
Sub-types: None
Name LetterOfCredit
Used by (from the same schema document) Complex Type LcAmendmentNotice , Complex Type LcAmendmentNotice , Complex Type LcIssuanceNotice
Abstract no
Documentation An unfunded borrowing in the form of a Letter of Credit.
XML Instance Representation
<...>
<lcSummary> LcSummary </lcSummary> [1]

'A basic set of fields to identify an LC. Please note that the partyReference within the contract identifier should refer to the Issuing Bank.'

<lcType> LcTypeEnum </lcType> [1]

'Defines the type of Letter of Credit that is issued.'

<lcPurpose> LcPurposeEnum </lcPurpose> [1]

'Defines the purpose of a Letter of Credit.'

<borrowerPartyReference> PartyReference </borrowerPartyReference> [1]

'There could be multiple borrowers against a loan contract however the agents have been trying to promote the concept of an administrative borrower. Hence, only one being shown in the field list.'

Start Choice [1]
<beneficiaryPartyReference> PartyReference </beneficiaryPartyReference> [1]

'A party reference of the beneficiary.'

<beneficiaryPartyName> xsd:string </beneficiaryPartyName> [1]

'A textual descriptor of the beneficiary.'

End Choice
<originalAmount> Money </originalAmount> [1]

'Original amount associated with the LC.'

<amount> Money </amount> [1]

'An amount associated with the letter of credit.'

<effectiveDate> xsd:date </effectiveDate> [1]

'Effective date of the loan contract. This is the date on which the funds are passed to the borrower.'

<expiryDate> xsd:date </expiryDate> [1]

'Maturity date of the LC.'

<fxTerms> FxTerms </fxTerms> [0..1]

'Defines FX exchange rate when loan contract and facility currencies are different.'

<evergreenOption> LcEvergreenOption </evergreenOption> [0..1]

'An option allowing the borrower to extend the tenor of the LC.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LetterOfCredit">
<xsd:sequence>
<xsd:element name="lcSummary" type=" LcSummary "/>
<xsd:element name="lcType" type=" LcTypeEnum "/>
<xsd:element name="lcPurpose" type=" LcPurposeEnum "/>
<xsd:element name="borrowerPartyReference" type=" PartyReference "/>
<xsd:choice>
<xsd:element name="beneficiaryPartyReference" type=" PartyReference "/>
<xsd:element name="beneficiaryPartyName" type=" xsd:string "/>
</xsd:choice>
<xsd:element name="originalAmount" type=" Money "/>
<xsd:element name="amount" type=" Money "/>
<xsd:element name="effectiveDate" type=" xsd:date "/>
<xsd:element name="expiryDate" type=" xsd:date "/>
<xsd:element name="fxTerms" type=" FxTerms " minOccurs="0"/>
<xsd:element name="evergreenOption" type=" LcEvergreenOption " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>