<xsd:complexType name="LcBalanceNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Letter of Credit balance change notice.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityNotice">
<xsd:sequence>
<xsd:element name="lcSummary" type="LcSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields to identify an LC. Please note that the partyReference within the contract identifier should refer to the Issuing Bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">Effective date of the balance change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorAmount" type="ParticipationAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and lender share amount of the L/C before any associated balance change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="balanceChangeAmount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount that the L/C has shifted by. Shown at both the global and share levels.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currentAmount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and lender share amount of the L/C after any associated balance change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lcDrawFlag" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Set to false for a normal increase or decrease in the LC amount. An LC draw results in a reduction of the LC amount and signifies that a loan drawdown will take place in conjunction with this message.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parties involved with the associated transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|