DayCountBasiscalculateDaysRemaining Method
Calculate the number of days remaining in a coupon period.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public abstract double calculateDaysRemaining(
	FISADate previousCouponDate,
	FISADate nextCouponDate,
	FISADate settlementDate,
	int interestFrequency,
	bool eomAdjust
)
Public MustOverride Function calculateDaysRemaining ( 
	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 remaining in the given period.