Definition Type: SimpleType
Name: FxAveragingMethodEnum
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-enum-5-10.xsd
Documentation:
Average calculation method e.g. Arithmetic, Harmonic)
Collapse XSD Schema Diagram:
XSD Diagram of FxAveragingMethodEnum in schema fpml-enum-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="FxAveragingMethodEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Average calculation method e.g. Arithmetic, Harmonic)</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Arithmetic">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Arithmetic method of average calculation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Harmonic">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Harmonic method of average calculation.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Arithmetic
Enumeration Harmonic
Collapse Derivation Tree:
Collapse References:
nsD:averagingMethod