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