XML Schema Documentation

Complex Type: Strike

[Table of contents]

Super-types: None
Sub-types: None
Name Strike
Abstract no
Documentation A type describing a single cap or floor rate.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<strikeRate> xsd:decimal </strikeRate> [1]

'The rate for a cap or floor.'

<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="Strike">
<xsd:sequence>
<xsd:element name="strikeRate" type=" xsd:decimal "/>
<xsd:element name="buyer" type=" IdentifiedPayerReceiver " minOccurs="0"/>
<xsd:element name="seller" type=" IdentifiedPayerReceiver " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>