<xsd:complexType name="LcAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">A full definition of the accrual characteristics of a letter of credit. This structure defines both the underlying letter of credit issuance fee rate as well as any FX rates applied.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FeeRateOptionBase">
<xsd:sequence minOccurs="0">
<xsd:element name="currency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency in which the letter of credit accrual is denominated. This field should ONLY be populated when the accrual currency is different to the base letter of credit currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lcFxRate" type="FxTerms">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines exchange rate between the letter of credit accrual and letter of credit currencies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|