<xsd:complexType name="FxFixingScheduleSimple">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the FX fixing schedule, a single continuous observation period which follows the applicable business day schedule for the quoted rate source.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:sequence>
<xsd:choice>
<xsd:annotation>
<xsd:documentation xml:lang="en">A choice of both startDate and endDate or endDate. A parametric schedule of rate observations that describes a single continuous observation period.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The start of the period over which observations are made to determine whether a trigger has occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a trigger event has occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="endDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The end of the period over which observations are made to determine whether a trigger event has occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:element name="dayType" type="DayTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the schedule follows the business or calendar days.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BusinessCentersOrReference.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Rate Source business days modeled as Business Centers or Reference.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="fixingDate" type="xsd:date" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">An explicit list of dates in the schedule. For documentation purpose only.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|