Package org.drip.analytics.eventday
Class Fixed
java.lang.Object
org.drip.analytics.eventday.Base
org.drip.analytics.eventday.Fixed
public class Fixed extends Base
Fixed contains the fixed holiday’s date and month. Holidays are generated on a per-year basis by
applying the year, and by adjusting the date generated.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = Date, Cash Flow, and Cash Flow Period Measure Generation Utilities
- Package = Fixed, Variable, and Custom Holiday Creation
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description int
dateInYear(int iYear, boolean bAdjust)
Generate the full date specific to the input yearMethods inherited from class org.drip.analytics.eventday.Base
description, rollHoliday
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Fixed
Construct the object from the day, month, weekend, and description- Parameters:
iDay
- DayiMonth
- Monthwkend
- Weekend ObjectstrDescription
- Description
-
-
Method Details
-
dateInYear
public int dateInYear(int iYear, boolean bAdjust)Description copied from class:Base
Generate the full date specific to the input year- Specified by:
dateInYear
in classBase
- Parameters:
iYear
- Input YearbAdjust
- Whether adjustment is desired- Returns:
- The full date
-