Class DayCountConvention_ACT_365A

java.lang.Object
net.finmath.time.daycount.DayCountConvention_ACT
net.finmath.time.daycount.DayCountConvention_ACT_365A
All Implemented Interfaces:
Serializable, DayCountConvention

public class DayCountConvention_ACT_365A
extends DayCountConvention_ACT
implements Serializable
Implementation of ACT/365A. Calculates the day count by calculating the actual number of days between startDate and endDate. A fractional day is rounded to the approximately nearest day. The day count fraction is calculated using ACT/365A convention, that is, the day count is divided by 366 if February 29 lies in between startDate (excluding) and endDate (including), otherwise it the day count is divided by 365.
Version:
1.0
Author:
Christian Fries
See Also:
DayCountConvention_ACT_365, DayCountConvention_ACT_365L, Serialized Form