<xsd:complexType name="Asian">
<xsd:annotation>
<xsd:documentation xml:lang="en">As per ISDA 2002 Definitions</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:annotation>
</xsd:element>
<xsd:element name="averagingPeriodIn" type="AveragingPeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The averaging in period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="averagingPeriodOut" type="AveragingPeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The averaging out period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|