<xsd:complexType name="FxTargetAccumulationRegion">
<xsd:sequence>
<xsd:group ref="FxTargetRegionBound.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the lower/upper bound in which the target accumulation applies.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="multiplier" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">This is the factor that increases gain, not notional. Used to support Accelerated TARFs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|