Module net.finmath.lib
Package net.finmath.time.daycount
package net.finmath.time.daycount
Provides various day count conventions, e.g., as used in the definition of coupon payments of interest rate products.
- Author:
- Christian Fries
-
ClassDescriptionInterface for various day count conventions.Implementation of 30E/360 and 30E+/360.Implementation of 30E/360 ISDA.Calculates the day count using the US 30/360 adjusted method.Base class which calculates the day count by calculating the actual number of days between startDate and endDate.Implementation of ACT/360.Implementation of ACT/365.Implementation of ACT/365A.Implementation of ACT/365L.Implementation of ACT/ACT AFB.Implementation of ACT/ACT ICMA.Implementation of ACT/ACT ISDA.Implementation of ACT/ACT as in Excel (2013).Implementation of NL/365.This is a special day count convention, where the day count between two dates is always 0.0 and the year fraction for an interval is always 1.0.Implements a placeholder object for an unknown day count convention, throwing an exception, whenever a day count or day count fraction is requested.Factory methods for day count conventions.