Definition Type: ComplexType
Name: Asian
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqd-4-0.xsd
Abstract
Documentation:
As per ISDA 2002 Definitions. Im Sinne der ISDA-Definitionen von 2002.
Collapse XSD Schema Diagram:
Drilldown into averagingPeriodOut in schema fpml-eqd-4-0_xsd Drilldown into averagingPeriodIn in schema fpml-eqd-4-0_xsd Drilldown into strikeFactor in schema fpml-eqd-4-0_xsd Drilldown into averagingInOut in schema fpml-eqd-4-0_xsdXSD Diagram of Asian in schema fpml-eqd-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Asian">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">As per ISDA 2002 Definitions.</xsd:documentation>
        <xsd:documentation xml:lang="de">Im Sinne der ISDA-Definitionen von 2002.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="averagingInOut" type="AveragingInOutEnum" />
        <xsd:element name="strikeFactor" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The factor of strike.</xsd:documentation>
                <xsd:documentation xml:lang="de">Strike-Faktor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="averagingPeriodIn" type="EquityAveragingPeriod" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The averaging in period.</xsd:documentation>
                <xsd:documentation xml:lang="de">Averaging-In-Zeitraum.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="averagingPeriodOut" type="EquityAveragingPeriod" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The averaging out period.</xsd:documentation>
                <xsd:documentation xml:lang="de">Averaging-Out-Zeitraum.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
averagingInOut nsA:averagingInOut (1) (1)
strikeFactor nsA:strikeFactor 0 (1)
averagingPeriodIn nsA:averagingPeriodIn 0 (1)
averagingPeriodOut nsA:averagingPeriodOut 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:asian