RYCalculatorFactorycreateCalculator(FISADate, FISADate, Redemption, Double, InterestRateSchedule, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, FISADate, FISADate, HolidaySchedule) Method
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual Calculator createCalculator(
	FISADate settlementDate,
	FISADate exDividendDate,
	Redemption redemption,
	double parValue,
	InterestRateSchedule interestRateSchedule,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust,
	BusinessDayAdjustType bdaType,
	FISADate datedDate,
	FISADate firstInterestDate,
	HolidaySchedule holidaySchedule
)
Public Overridable Function createCalculator ( 
	settlementDate As FISADate,
	exDividendDate As FISADate,
	redemption As Redemption,
	parValue As Double,
	interestRateSchedule As InterestRateSchedule,
	dayCountBasis As DayCountBasis,
	interestFrequency As Integer,
	eomAdjust As Boolean,
	bdaType As BusinessDayAdjustType,
	datedDate As FISADate,
	firstInterestDate As FISADate,
	holidaySchedule As HolidaySchedule
) As Calculator
- settlementDate  FISADate
 -  
 - exDividendDate  FISADate
 -  
 - redemption  Redemption
 -  
 - parValue  Double
 -  
 - interestRateSchedule  InterestRateSchedule
 -  
 - dayCountBasis  DayCountBasis
 -  
 - interestFrequency  Int32
 -  
 - eomAdjust  Boolean
 -  
 - bdaType  BusinessDayAdjustType
 -  
 - datedDate  FISADate
 -  
 - firstInterestDate  FISADate
 -  
 - holidaySchedule  HolidaySchedule
 -  
 
CalculatorCalculatorFactorycreateCalculator(FISADate, FISADate, Redemption, Double, InterestRateSchedule, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, FISADate, FISADate, HolidaySchedule)