<xsd:group name="FxAccrualConditionLevel.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Conditions can be expressed in different ways: as a specific level, or a reference to a strike, or a reference to an average strike in FxAccrualForward and FxAccrualOption, or a reference to a trigger in FxDigitalOption.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="level" type="FxLevel" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Level expressed as a level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quoteBasis" type="QuoteBasisEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Quoted Currency Pair that is used accross the product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="strikeReference" type="FxAccrualStrikeReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a strike defined within the FxAccrualForward and FxAccrualOption products.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="averageStrikeReference" type="FxAccrualAverageStrikeReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to an average rate defined within the FxAccrualForward and FxAccrualOption products.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="triggerReference" type="FxAccrualTriggerReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a trigger defined within the FxAccrualDigitalOption product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|