<xsd:complexType name="AccruingFeeOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents the accruing fee option associated within a facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FeeRateOptionBase">
<xsd:sequence>
<xsd:element name="type" type="AccruingFeeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The accruing fee type for which a rate is being provided.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PeriodOptionalEnd.model" />
<xsd:element name="calculationDefinition" type="xsd:normalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A freetext field which allows the sender to add further details around the business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|