SimpleYTRCalculatorFactorycreateCalculator(FISADate, FISADate, Redemption, Double, InterestRateSchedule, DayCountBasis, Int32, Boolean, FISADate, FISADate, HolidaySchedule) Method

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual Calculator createCalculator(
	FISADate settlementDate,
	FISADate exDividendDate,
	Redemption redemption,
	double parValue,
	InterestRateSchedule interestRateSchedule,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust,
	FISADate datedDate,
	FISADate firstInterestDate,
	HolidaySchedule holidaySchedule
)

Parameters

settlementDate  FISADate
 
exDividendDate  FISADate
 
redemption  Redemption
 
parValue  Double
 
interestRateSchedule  InterestRateSchedule
 
dayCountBasis  DayCountBasis
 
interestFrequency  Int32
 
eomAdjust  Boolean
 
datedDate  FISADate
 
firstInterestDate  FISADate
 
holidaySchedule  HolidaySchedule
 

Return Value

Calculator

Implements

CalculatorFactorycreateCalculator(FISADate, FISADate, Redemption, Double, InterestRateSchedule, DayCountBasis, Int32, Boolean, FISADate, FISADate, HolidaySchedule)

See Also