<xsd:complexType name="AbstractTradingAccrual" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying structure that details the elements that affect the calculation of a trade-related accrual.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total accrual amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accrualPeriod" type="AccrualPeriod" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">One or more accrual periods which reflect the constituent portions of the accrual amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|