Package org.drip.analytics.holset
Class KWDHoliday
java.lang.Object
org.drip.analytics.holset.KWDHoliday
- All Implemented Interfaces:
LocationHoliday
public class KWDHoliday extends java.lang.Object implements LocationHoliday
KWDHoliday holds the KWD Holidays.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = Date, Cash Flow, and Cash Flow Period Measure Generation Utilities
- Package = Built in Locale Holiday Set
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description KWDHoliday()
KWDHoliday Constructor -
Method Summary
Modifier and Type Method Description java.lang.String
getHolidayLoc()
Retrieve the holiday locationLocale
getHolidaySet()
Return the Locale instance for this locationMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KWDHoliday
public KWDHoliday()KWDHoliday Constructor
-
-
Method Details
-
getHolidayLoc
public java.lang.String getHolidayLoc()Description copied from interface:LocationHoliday
Retrieve the holiday location- Specified by:
getHolidayLoc
in interfaceLocationHoliday
- Returns:
- HolidayLocation
-
getHolidaySet
Description copied from interface:LocationHoliday
Return the Locale instance for this location- Specified by:
getHolidaySet
in interfaceLocationHoliday
- Returns:
- Locale instance
-