<xsd:simpleType name="FxTargetStyleEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the method for calculating the gain in the period where the Target Knock-Out event occurs (Exact, Exclusive, Inclusive).</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Exact">
<xsd:annotation>
<xsd:documentation xml:lang="en">The gain for the knockout period is adjusted to yield a final accumulated value equal to the target level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Exclusive">
<xsd:annotation>
<xsd:documentation xml:lang="en">The gain for the knockout period is adjusted to zero i.e. the target yields zero value in the final period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Inclusive">
<xsd:annotation>
<xsd:documentation xml:lang="en">The gain for the knockout period is equal to the whole benefit of the final fixing over spot i.e. the final accumulated value may exceed the target level.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|