<xsd:complexType name="StrikeSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a schedule of cap or floor rates.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Schedule">
<xsd:sequence>
<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:extension>
</xsd:complexContent>
</xsd:complexType>
|