public class DayCountConvention_ACT_ACT_AFB extends DayCountConvention_ACT implements Serializable
| Constructor and Description |
|---|
DayCountConvention_ACT_ACT_AFB()
Create an ACT/ACT FBA daycount 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.
|
String |
toString() |
daysBetween, getDaycountpublic DayCountConvention_ACT_ACT_AFB()
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.