<xsd:complexType name="FxAccrual">
<xsd:annotation>
<xsd:documentation xml:lang="en">Accrual calculation process.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="observable" type="FxRateObservable" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Contains the quoted currency pair, and the information source for fixing FX rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="accrualRegion" type="FxAccrualRegion" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the regions of the spot rate where fixings generate an accumulation of notional.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixingSchedule" type="FxFixingSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a parametric schedule of fixing dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|