<xsd:complexType name="FxTargetLeverage">
<xsd:sequence>
<xsd:element name="condition" type="ConditionEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Condition in which leverage applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FxTargetConditionLevel.model" />
<xsd:choice>
<xsd:element name="ratio" type="Schedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Leverage rate with optional steps. Format is 2 for 200%.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Leveraged notional expressed as amount with optional steps.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="counterCurrencyAmount" type="FxCounterCurrencyAmount" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The opposite currency amount of the Target.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|