ModelRequest request) throws ModelException, PersistenceException, SQLException
{
// Create the standard holidays
Deserializer holidayReader = CsvIOFactory.createFactory(Holiday.class).createDeserializer();
holidayReader.open(new InputStreamReader(this.getClass().getResourceAsStream("holidays_de.csv")));
while (holidayReader.hasNext())
{
Holiday holiday = holidayReader.next();