<xsd:complexType name="FxAccrualBarrier">
<xsd:complexContent>
<xsd:extension base="FxComplexBarrierBase">
<xsd:sequence>
<xsd:element name="accrualRetention" type="FxAccrualKnockoutBarrierRetentionEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the behavior with respect to settlement rights for the accrual period in which a global knockout event occurs (the "knockout period"). "Keep" means that the parties retain settlement rights at the end of the knckout period, fixed at the prevailing accrued notional, and settlement rights for all future accrual periods are extinguished. "Lose" means that settlement rights for the knockout period and all future accrual periods are extinguished, and the product is effectively extinguished. This element should be produced in case of a global knockout barrier (barrierType= "Knockout", scope="Global"), and omitted otherwise.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="observableReference" type="FxRateObservableReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to an 'FxRateObservable' structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the two currencies for an FX trade and the quotation relationship between the two currencies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="informationSource" type="InformationSource" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|