<xsd:complexType name="LcOptionChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing a change in an L/C accrual option. In real terms - an example of this would be an L/C margin rate change.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:sequence>
<xsd:element name="lcOption" type="LcOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">The latest version of the letter of credit option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|