Package org.drip.analytics.holset
Class GFRHoliday
java.lang.Object
org.drip.analytics.holset.GFRHoliday
- All Implemented Interfaces:
LocationHoliday
public class GFRHoliday extends java.lang.Object implements LocationHoliday
GFRHoliday holds the GFR 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 GFRHoliday()GFRHoliday Constructor -
Method Summary
Modifier and Type Method Description java.lang.StringgetHolidayLoc()Retrieve the holiday locationLocalegetHolidaySet()Return the Locale instance for this locationMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GFRHoliday
public GFRHoliday()GFRHoliday Constructor
-
-
Method Details
-
getHolidayLoc
public java.lang.String getHolidayLoc()Description copied from interface:LocationHolidayRetrieve the holiday location- Specified by:
getHolidayLocin interfaceLocationHoliday- Returns:
- HolidayLocation
-
getHolidaySet
Description copied from interface:LocationHolidayReturn the Locale instance for this location- Specified by:
getHolidaySetin interfaceLocationHoliday- Returns:
- Locale instance
-