XML Schema Documentation

Complex Type: AmountSchedule

[Table of contents]

Super-types: Schedule < AmountSchedule (by extension)
Sub-types: None
Name AmountSchedule
Used by (from the same schema document) Complex Type ExerciseFeeSchedule
Abstract no
Documentation A type defining a currency amount or a currency amount schedule.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<initialValue> xsd:decimal </initialValue> [1]

'The initial rate or amount, as the case may be. An initial rate of 5% would be represented as 0.05.'

<step> Step </step> [0..*]

'The schedule of step date and value pairs. On each step date the associated step value becomes effective A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.'

<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AmountSchedule">
<xsd:complexContent>
<xsd:extension base=" Schedule ">
<xsd:sequence>
<xsd:element name="currency" type=" Currency "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>