NSYE Euronext

This XML file is used to calculate the holidays for the NYSE Euronext.

<?xml version="1.0" encoding="UTF-8"?>
<tns:Configuration xmlns:tns="http://www.example.org/Holiday" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://www.example.org/Holiday ../Holiday.xsd ">
  <tns:Holidays>
  	<tns:Fixed month="JANUARY" day="1" descriptionPropertiesKey="NEW_YEAR"/>
	<tns:Fixed month="DECEMBER" day="25" descriptionPropertiesKey="CHRISTMAS"/>
	<tns:Fixed month="DECEMBER" day="26" descriptionPropertiesKey="CHRISTMAS"/>
	<tns:ChristianHoliday type="ASCENSION_DAY"/>
	<tns:ChristianHoliday type="EASTER_MONDAY"/>
  </tns:Holidays>
</tns:Configuration>