<xsd:complexType name="FeeAccrualPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">The period for accrual fee caculation where fee rate and underlying position amount (commitment, utilization or unutilized) is constant</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fee accrual period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="accrualAmount" type="ParticipationAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">>Global and lender share accrued fee amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|