XML Schema Documentation

Complex Type: InterestAccrualsMethod

[Table of contents]

Super-types: None
Sub-types:
Name InterestAccrualsMethod
Abstract no
Documentation A type describing the method for accruing interests on dividends. Can be either a fixed rate reference or a floating rate reference.
XML Instance Representation
<...>
Start Choice [1]
<floatingRateCalculation> FloatingRateCalculation </floatingRateCalculation> [1]

'The floating rate calculation definitions'

<fixedRate> xsd:decimal </fixedRate> [1]

'The calculation period fixed rate. A per annum rate, expressed as a decimal. A fixed rate of 5% would be represented as 0.05.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="InterestAccrualsMethod">
<xsd:choice>
<xsd:element name="floatingRateCalculation" type=" FloatingRateCalculation "/>
<xsd:element name="fixedRate" type=" xsd:decimal "/>
</xsd:choice>
</xsd:complexType>