Definition Type: SimpleType
Name: FxTargetStyleEnum
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Defines the method for calculating the gain in the period where the Target Knock-Out event occurs (Exact, Exclusive, Inclusive).
Collapse XSD Schema Diagram:
XSD Diagram of FxTargetStyleEnum in schema fpml-enum-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Exact
Enumeration Exclusive
Enumeration Inclusive
Collapse Derivation Tree:
Collapse References:
nsD:targetStyle