<xsd:complexType name="FxTargetLinearPayoffRegion">
<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="FxTargetPayoffRegion">
<xsd:sequence>
<!--View Generation: SKIPPED - Unsupported-->
<xsd:element name="strike" type="FxStrike" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Strike price of the Target.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED counterCurrencyAmount - unsupported-->
<!--View Generation: SKIPPED lowerBound - unsupported-->
<!--View Generation: SKIPPED upperBound - unsupported-->
<!--View Generation: SKIPPED leverage - unsupported-->
<!--View Generation: SKIPPED payoffCap - unsupported-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|