PerpetualPreferredCalculatorsetValues(FISADate, FISADate, Double, Double, Int32, DayCountBasis, Boolean, FISADate, FISADate, FISADate) 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 void setValues(
	FISADate tradeDate,
	FISADate settlementDate,
	double parValue,
	double interestRate,
	int interestFrequency,
	DayCountBasis dayCountBasis,
	bool eomAdjust,
	FISADate datedDate,
	FISADate dividendPaymentDate,
	FISADate exDividendDate
)

Parameters

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

See Also