<xsd:complexType name="FxAccrualLinearPayoffRegion">
<xsd:annotation>
<xsd:documentation xml:lang="en">A fixing region in which the payoff varies linearly with the fixing value.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxAccrualPayoffRegion">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="strike" type="FxForwardStrikePrice" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate of exchange between the two currencies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|