<xsd:complexType name="FxAsianFeature">
<xsd:annotation>
<xsd:documentation xml:lang="en">Descibes the averaging period properties for an asian option.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="primaryRateSource" type="InformationSource">
<xsd:annotation>
<xsd:documentation xml:lang="en">The primary source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="secondaryRateSource" type="InformationSource" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An alternative, or secondary, source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixingTime" type="BusinessCenterTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time at which the spot currency exchange rate will be observed. It is specified as a time in a business day calendar location, e.g. 11:00am London time.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element name="observationSchedule" type="FxAverageRateObservationSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Parametric schedule of rate observations.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FxRateObservation.model" minOccurs="0" />
</xsd:sequence>
<xsd:group ref="FxRateObservation.model" />
</xsd:choice>
<xsd:element name="payoutFormula" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The description of the mathematical computation for how the payout is computed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="precision" type="xsd:nonNegativeInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the rounding precision in terms of a number of decimal places. Note how a percentage rate rounding of 5 decimal places is expressed as a rounding precision of 7 in the FpML document since the percentage is expressed as a decimal, e.g. 9.876543% (or 0.09876543) being rounded to the nearest 5 decimal places is 9.87654% (or 0.0987654).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|