<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>
<!--View Generation: SKIPPED - Unsupported-->
<!--View Generation: Removed a degenerate choice.-->
<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>
<!--View Generation: SKIPPED counterCurrencyAmount - unsupported-->
</xsd:sequence>
<!--View Generation: SKIPPED - Unsupported-->
<!--View Generation: SKIPPED leverage - unsupported-->
<!--View Generation: SKIPPED payoffCap - unsupported-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|