CDFixedInterestRateCalculatorsetValues(FISADate, Redemption, Double, Double, 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 void setValues(
	FISADate settlementDate,
	Redemption redemption,
	double parValue,
	double interestRate,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust,
	FISADate datedDate,
	FISADate firstInterestDate,
	HolidaySchedule holidaySchedule
)

Parameters

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

See Also