<xsd:complexType name="LcAdjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing a change in the notional amount associated with an outstanding letter of credit.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLcEvent">
<xsd:sequence>
<xsd:element name="adjustment" type="Adjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the type of adjustment applied - increase or decrease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit amount after the adjustment has been applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="relatedBorrowing" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Set to false for a normal increase or decrease in the letter of credit amount. If set to true, it signifies that a loan borrowing will take place in conjunction with this business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|