Definition Type: SimpleType
Name: AveragingInOutEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The type of averaging used in an Asian option.
Collapse XSD Schema Diagram:
XSD Diagram of AveragingInOutEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration In
Enumeration Out
Enumeration Both
Collapse Derivation Tree:
Collapse References:
fpml:averagingInOut