Package org.drip.analytics.holset
Class HKDHoliday
java.lang.Object
org.drip.analytics.holset.HKDHoliday
- All Implemented Interfaces:
LocationHoliday
public class HKDHoliday extends java.lang.Object implements LocationHoliday
HKDHoliday holds the HKD 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 HKDHoliday()
HKDHoliday 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
-
HKDHoliday
public HKDHoliday()HKDHoliday 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
-