Definition Type: SimpleType
Name: FxBarrierScopeEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The specification of whether a barrier has effect for the current expiry period, or globally to the whole product.
Collapse XSD Schema Diagram:
XSD Diagram of FxBarrierScopeEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="FxBarrierScopeEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of whether a barrier has effect for the current expiry period, or globally to the whole product.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Global">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The barrier has effect for the expiry period in which it is triggered, and all subsequent periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="PerExpiry">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The barrier has effect only for the expiry period in which it is triggered.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Global
Enumeration PerExpiry
Collapse Derivation Tree:
Collapse References:
nsA:scope