<xsd:complexType name="Strike">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a single cap or floor rate.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="strikeRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate for a cap or floor.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buyer" type="IdentifiedPayerReceiver" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The buyer of the option</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="seller" type="IdentifiedPayerReceiver" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party that has sold.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|