Business Date Rule - Fixed Date

<EagleML
 xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 eaglemlVersion="2-0"
 eaglemlType="ReferenceTransactionMessage"
 xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
 xsi:type="ReferenceTransactionMessage">
<referenceTransaction>
<header>
	<objectType>BusinessDateRule</objectType>
</header>
<businessDateRule>
	<objectType>BusinessDateRule</objectType>
	<objectId>BusinessDateRule</objectId>
	<objectDescription>BusinessDateRule</objectDescription>
	<updateSource>MCADMIN</updateSource>
	<dateRuleId>123</dateRuleId>
	<dateRuleName>RULE NAME</dateRuleName>
	<businessCalendarName>EAGLE PACE</businessCalendarName>
	<businessStartDate>
		<unadjustedDate>2018-11-05</unadjustedDate>
		<dateTypeCode>FIXED</dateTypeCode>
		<dayAdjustments />
	</businessStartDate>
	<businessEndDate>
		<unadjustedDate>2018-11-06</unadjustedDate>
		<dateTypeCode>FIXED</dateTypeCode>
		<dayAdjustments/>
	</businessEndDate>
	<comments>Comments</comments>
	<inceptFiscalField>11</inceptFiscalField>
	<monthEndFlag>N</monthEndFlag>
	<scope>1</scope>
	<singlePeriod>S</singlePeriod>
	<timeZoneCode>+01:00</timeZoneCode>
	<timeZoneName>Central European Standard Time</timeZoneName>
</businessDateRule>
</referenceTransaction>
</EagleML>