Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleUpdate Current Business Date example (click to expand):


Code Block
languagexml
<EagleML
  eaglemlVersion="2-0"
  eaglemlType="ReferenceTransactionMessage"
  eaglemlRevision="282"
  xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
  xsi:type="ReferenceTransactionMessage"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0">
<referenceTransaction>
<header>
	<action>UPDATE</action>
	<objectType>PaceCalendar</objectType>
</header>
<paceCalendar>
	<objectType>PaceCalendar</objectType>
	<objectId>PaceCalendar</objectId>
	<objectDescription>REFERENCE</objectDescription>
	<calendarName>CALENDAR<<calendarName>EAGLE PACE</calendarName>
	<calendarDescription>Eagle PACE</calendarDescription>
	<businessDate>2025-01-01</businessDate>
	<currentBusinessDay>Y</currentBusinessDay>
	<numberOfYears>0</numberOfYears>
</paceCalendar>
</referenceTransaction>
</EagleML>


...