XML Schema Documentation

Complex Type: StrikeSchedule

[Table of contents]

Super-types: Schedule < StrikeSchedule (by extension)
Sub-types: None
Name StrikeSchedule
Used by (from the same schema document) Complex Type FloatingRate , Complex Type FloatingRate
Abstract no
Documentation A type describing a schedule of cap or floor rates.
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.'

<buyer> IdentifiedPayerReceiver </buyer> [0..1]

'The buyer of the option'

<seller> IdentifiedPayerReceiver </seller> [0..1]

'The party that has sold.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="StrikeSchedule">
<xsd:complexContent>
<xsd:extension base=" Schedule ">
<xsd:sequence>
<xsd:element name="buyer" type=" IdentifiedPayerReceiver " minOccurs="0"/>
<xsd:element name="seller" type=" IdentifiedPayerReceiver " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>