PreferredFixedInterestRateCalculator(FISADate, FISADate, Redemption, Double, Double, Int32, DayCountBasis, Boolean, FISADate, FISADate, FISADate, HolidaySchedule) Constructor

Initializes a new instance of the PreferredFixedInterestRateCalculator 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 PreferredFixedInterestRateCalculator(
	FISADate tradeDate,
	FISADate settlementDate,
	Redemption redemption,
	double parValue,
	double interestRate,
	int interestFrequency,
	DayCountBasis dayCountBasis,
	bool eomAdjust,
	FISADate datedDate,
	FISADate dividendPaymentDate,
	FISADate exDividendDate,
	HolidaySchedule holidaySchedule
)

Parameters

tradeDate  FISADate
 
settlementDate  FISADate
 
redemption  Redemption
 
parValue  Double
 
interestRate  Double
 
interestFrequency  Int32
 
dayCountBasis  DayCountBasis
 
eomAdjust  Boolean
 
datedDate  FISADate
 
dividendPaymentDate  FISADate
 
exDividendDate  FISADate
 
holidaySchedule  HolidaySchedule
 

See Also