<xsd:complexType name="CreditOptionStrike">
<xsd:annotation>
<xsd:documentation xml:lang="en">A complex type to specify the strike of a credit swaption or a credit default swap option.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="spread" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strike of a credit default swap option or credit swaption when expressed as a spread per annum.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="price" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strike of a credit default swap option or credit swaption when expressed as in reference to the price of the underlying obligation(s) or index.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeReference" type="FixedRateReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strike of a credit default swap option or credit swaption when expressed in reference to the spread of the underlying swap (typical practice in the case of single name swaps).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|