<xsd:complexType name="FxStrikePrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the rate of exchange at which the option has been struck.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="rate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeQuoteBasis" type="StrikeQuoteBasisEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The method by which the strike rate is quoted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|