MSRBFixedInterestRateCalculator(FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, FISADate, FISADate, HolidaySchedule) Constructor

Initializes a new instance of the MSRBFixedInterestRateCalculator class

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public MSRBFixedInterestRateCalculator(
	FISADate settlementDate,
	Redemption redemption,
	double parValue,
	double interestRate,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust,
	BusinessDayAdjustType bdaType,
	FISADate datedDate,
	FISADate firstInterestDate,
	HolidaySchedule holidaySchedule
)

Parameters

settlementDate  FISADate
 
redemption  Redemption
 
parValue  Double
 
interestRate  Double
 
dayCountBasis  DayCountBasis
 
interestFrequency  Int32
 
eomAdjust  Boolean
 
bdaType  BusinessDayAdjustType
 
datedDate  FISADate
 
firstInterestDate  FISADate
 
holidaySchedule  HolidaySchedule
 

See Also