<xsd:complexType name="AccrualPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that describes the details of the underlying elements that explain the calculation of an accrual against a reference balance.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the dates for a single accrual period. This is a period of actual (adjusted) dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:sequence>
<xsd:element name="referenceAmount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">Global and lender share amounts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referenceAmountType" type="AccrualReferenceAmountTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate applied to this period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="rate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate applied to this period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accrualAmount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The accrual amount over the defined period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|