Class ILSHoliday

java.lang.Object
org.drip.analytics.holset.ILSHoliday
All Implemented Interfaces:
LocationHoliday

public class ILSHoliday
extends java.lang.Object
implements LocationHoliday
Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    ILSHoliday()
    ILSHoliday Constructor
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getHolidayLoc()
    Retrieve the holiday location
    Locale getHolidaySet()
    Return the Locale instance for this location

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ILSHoliday

      public ILSHoliday()
      ILSHoliday Constructor
  • Method Details