DayCountBasiscalculateDaysAccrued Method
Calculate the number of days accrued from the previous coupon
date to the settlement date.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public abstract double calculateDaysAccrued(
FISADate previousCouponDate,
FISADate nextCouponDate,
FISADate settlementDate,
int interestFrequency,
bool eomAdjust
)
Public MustOverride Function calculateDaysAccrued (
previousCouponDate As FISADate,
nextCouponDate As FISADate,
settlementDate As FISADate,
interestFrequency As Integer,
eomAdjust As Boolean
) As Double
- previousCouponDate FISADate
- the previous coupon date.
- nextCouponDate FISADate
- the next coupon date.
- settlementDate FISADate
- the date on which settlement occurs.
- interestFrequency Int32
- the interestFrequency.
- eomAdjust Boolean
-
determines whether the end of month adjustment rule is used.
Doublethe number of days accrued within the given period.