<xsd:simpleType name="AveragingInOutEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of averaging used in an Asian option.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="In">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The average price is used to derive the strike price. Also known as "Asian strike" style option.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Out">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The average price is used to derive the expiration price. Also known as "Asian price" style option.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Both">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The average price is used to derive both the strike and the expiration price.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|