XML Schema Documentation

Complex Type: NotionalStepRule

[Table of contents]

Super-types: None
Sub-types: None
Name NotionalStepRule
Used by (from the same schema document) Complex Type Notional
Abstract no
Documentation A type defining a parametric representation of the notional step schedule, i.e. parameters used to generate the notional balance on each step date. The step change in notional can be expressed in terms of either a fixed amount or as a percentage of either the initial notional or previous notional amount. This parametric representation is intended to cover the more common amortizing/accreting.
XML Instance Representation
<...>
<calculationPeriodDatesReference> CalculationPeriodDatesReference </calculationPeriodDatesReference> [1]

'A pointer style reference to the associated calculation period dates component defined elsewhere in the document.'

<stepFrequency> Interval </stepFrequency> [1]

'The frequency at which the step changes occur. This frequency must be a multiple of the stream calculation period frequency.'

<firstNotionalStepDate> xsd:date </firstNotionalStepDate> [1]

'Effective date of the first change in notional (i.e. a calculation period start date).'

<lastNotionalStepDate> xsd:date </lastNotionalStepDate> [1]

'Effective date of the last change in notional (i.e. a calculation period start date).'

Start Choice [1]
<notionalStepAmount> xsd:decimal </notionalStepAmount> [1]

'The explicit amount that the notional changes on each step date. This can be a positive or negative amount.'

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

'The percentage amount by which the notional changes on each step date. The percentage is either a percentage applied to the initial notional amount or the previous outstanding notional, depending on the value of the element stepRelativeTo. The percentage can be either positive or negative. A percentage of 5% would be represented as 0.05.'

<stepRelativeTo> StepRelativeToEnum </stepRelativeTo> [1]

'Specifies whether the notionalStepRate should be applied to the initial notional or the previous notional in order to calculate the notional step change amount.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="NotionalStepRule">
<xsd:sequence>
<xsd:element name="calculationPeriodDatesReference" type=" CalculationPeriodDatesReference "/>
<xsd:element name="stepFrequency" type=" Interval "/>
<xsd:element name="firstNotionalStepDate" type=" xsd:date "/>
<xsd:element name="lastNotionalStepDate" type=" xsd:date "/>
<xsd:choice>
<xsd:element name="notionalStepAmount" type=" xsd:decimal "/>
<xsd:sequence>
<xsd:element name="notionalStepRate" type=" xsd:decimal "/>
<xsd:element name="stepRelativeTo" type=" StepRelativeToEnum "/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>