<xsd:complexType name="FxPayoffCap">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of gain on the client upside or firm upside is limited. If spot settles above the cap, or below the floor, the payout is adjusted to limit the gain. The adjustment may be made by varying the strike, or by maintaining the strike, but varying the payout notionals.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="condition" type="ConditionEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Condition in which Cap or Floor applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rate" type="Schedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Cap/Floor rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementAdjustmentStyle" type="FxSettlementAdjustmentMethodEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Settlement Adjustment Style can be VariedStrike or VariedNotional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|