<xsd:simpleType name="FxBarrierStyleEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the barrier observation style i.e. continuous (American) or discrete (Euriopean).</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="American">
<xsd:annotation>
<xsd:documentation xml:lang="en">The barrier is observed continuously through the observation period.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="European">
<xsd:annotation>
<xsd:documentation xml:lang="en">The barrier is observed on a discrete expiry date, or (in the case of a multi-phase product) series of expiry dates.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|