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