public class DayCountConvention_ACT_365A extends DayCountConvention_ACT implements Serializable
DayCountConvention_ACT_365,
DayCountConvention_ACT_365L,
Serialized Form| Constructor and Description |
|---|
DayCountConvention_ACT_365A()
Create an ACT/365 day count convention.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDaycountFraction(LocalDate startDate,
LocalDate endDate)
Return the daycount fraction corresponding to the period from startDate to endDate given the
specific daycount convention.
|
daysBetween, getDaycountpublic DayCountConvention_ACT_365A()
public double getDaycountFraction(LocalDate startDate, LocalDate endDate)
DayCountConventiongetDaycountFraction in interface DayCountConventionstartDate - The start date given as a LocalDate.endDate - The end date given as a LocalDate.Copyright © 2019. All rights reserved.