<xsd:complexType name="FxForwardStrikePrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the rate of exchange between the two currencies of the leg of a deal.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxAccrualStrike">
<xsd:sequence>
<xsd:element name="quoteBasis" type="QuoteBasisEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Quoted Currency Pair that is used across the product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|