complexType "FxFixingScheduleSimple"
Namespace:
Content:
complex, 9 elements
Defined:
globally in fpml-fx-5-13.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (9):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the FX fixing schedule, a single continuous observation period which follows the applicable business day schedule for the quoted rate source.
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="FxFixingScheduleSimple">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date"/>
<xsd:element name="endDate" type="xsd:date"/>
</xsd:sequence>
<xsd:element name="endDate" type="xsd:date"/>
</xsd:choice>
<xsd:element minOccurs="0" name="tenorPeriod" type="Period"/>
</xsd:sequence>
<xsd:element name="tenorPeriod" type="Period"/>
</xsd:choice>
<xsd:element minOccurs="0" name="dayType" type="DayTypeEnum"/>
<xsd:group minOccurs="0" ref="BusinessCentersOrReference.model"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fixingDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 7/9)
dayType
Type:
DayTypeEnum, simple content
Specifies whether the schedule follows the business or calendar days.
Simple Content
enumeration of xsd:token
Enumeration:
"Business"
 - 
When calculating the number of days between two dates the count includes only business days.
"Calendar"
 - 
When calculating the number of days between two dates the count includes all calendar days.
"CommodityBusiness"
 - 
When calculating the number of days between two dates the count includes only commodity business days.
"CurrencyBusiness"
 - 
When calculating the number of days between two dates the count includes only currency business days.
"ExchangeBusiness"
 - 
When calculating the number of days between two dates the count includes only stock exchange business days.
"ScheduledTradingDay"
 - 
When calculating the number of days between two dates the count includes only scheduled trading days.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dayType" type="DayTypeEnum"/>

endDate
Type:
xsd:date, predefined, simple content
The end of the period over which observations are made to determine whether a trigger event has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="endDate" type="xsd:date"/>

endDate
Type:
xsd:date, predefined, simple content
The end of the period over which observations are made to determine whether a trigger event has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="endDate" type="xsd:date"/>

fixingDate
Type:
xsd:date, predefined, simple content
An explicit list of dates in the schedule. For documentation purpose only.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fixingDate" type="xsd:date"/>

startDate
Type:
xsd:date, predefined, simple content
The start of the period over which observations are made to determine whether a trigger has occurred.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="startDate" type="xsd:date"/>

tenorPeriod
Type:
Period, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="tenorPeriod" type="Period"/>

tenorPeriod
Type:
Period, complex content
XML Source (see within schema source)
<xsd:element name="tenorPeriod" type="Period"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.