group "ParametricSchedule.model"
Namespace:
Content:
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
Complex Content Model
startDate, endDate, observationFrequency, observationDayType?, dateAdjustments
Content Model Elements (5):
endDate (defined in ParametricSchedule.model group),
Known Usage Locations
Annotation
The schedule defined by the set of parameters to be able to calculate the schedule of adjusted date.
XML Source (w/o annotations (5); see within schema source)
<xsd:group name="ParametricSchedule.model">
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date"/>
<xsd:element name="endDate" type="xsd:date"/>
<xsd:element name="observationFrequency" type="ObservationFrequency"/>
<!--2015-01-06: GFXD: agreed that for the parametric form of fixing schedule, the existing FpML mechanism to specify day type is sufficient.
FpML: DayTypeEnum:
- Business - typical situation
- Calendar - understood implicitly as a Friday carries over for Saturday and Sunday (Friday observation will be used 3 times)
-->
<xsd:element minOccurs="0" name="observationDayType" type="DayTypeEnum"/>
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 5/5)
dateAdjustments
Type:
BusinessDayAdjustments, complex content
Date adjustments applied to the schedule including the business day convention and the business centers.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments"/>

endDate
Type:
xsd:date, predefined, simple content
End of the schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="endDate" type="xsd:date"/>

observationDayType
Type:
DayTypeEnum, simple content
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.
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="observationDayType" type="DayTypeEnum"/>

observationFrequency
Type:
ObservationFrequency, complex content
It defines the frequency at which calculation period end dates occur within the period schedule and thier roll date convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationFrequency" type="ObservationFrequency"/>

startDate
Type:
xsd:date, predefined, simple content
Start of the schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="startDate" type="xsd:date"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.