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