<xsd:complexType name="LoanTradingAccruingFeeAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that details the underlying elements that affect the calculation of a fee accrual.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractTradingAccrual">
<xsd:sequence>
<xsd:element name="accrualTypeId" type="AccrualTypeId">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique id associated with the loan accrual type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="type" type="LoanTradingAccruingFeeTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the type of the accruing fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|