<xsd:complexType name="FxRangeAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">An FX Range Accrual product. A strip of Digital Options product The product defines a list of fixing (or observation) dates. There are m total fixings. On the relevant Settlement Date, the Option Seller shall pay to the Option Buyer an amount, in the Settlement Currency, calculated according to the following formula: Accrual Currency and Notional Amount x (the total number of Accrual Days / Total Number of Calendar Days in the Accrual Period). Payout can be cash.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:element name="notionalAmount" type="NonNegativeAmountSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Notional amount Schedule. The notional value of the product. This number divided by the total number of fixings in the fixing schedule is the amount that is accrued at each fixing if the accrual factor is one.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accrual" type="FxAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes accrual features within the product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FxExpiryDateOrSchedule.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the expiry/observation date or schedule of the accrual product.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="FxSettlementDateOrSchedule.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the settlement/payment date or schedule of the accrual product.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="barrier" type="FxAccrualBarrier" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a knockout barrier conditions where if a barrier event occurs, the accrual process is terminated for the duration of all remaining accrual periods. Settlement rights for the next settlement are either retained or extinguished.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="premium" type="FxOptionPremium" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Premium amount or premium installment amount for an option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|