PreferredCalculator(FISADate, Double, Double, DayCountBasis, Int32, Boolean, FISADate, FISADate) Constructor

Initializes a new instance of the PreferredCalculator class

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
protected PreferredCalculator(
	FISADate tradeDate,
	double parValue,
	double interestRate,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust,
	FISADate datedDate,
	FISADate exDividendDate
)

Parameters

tradeDate  FISADate
 
parValue  Double
 
interestRate  Double
 
dayCountBasis  DayCountBasis
 
interestFrequency  Int32
 
eomAdjust  Boolean
 
datedDate  FISADate
 
exDividendDate  FISADate
 

See Also