CashFlowCalculator(CashFlowSchedule, FISADate, Double, Double, DayCountBasis, Int32, Boolean) Constructor

Initializes a new instance of the CashFlowCalculator 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 CashFlowCalculator(
	CashFlowSchedule cashFlowSchedule,
	FISADate settlementDate,
	double parValue,
	double interestRate,
	DayCountBasis dayCountBasis,
	int interestFrequency,
	bool eomAdjust
)

Parameters

cashFlowSchedule  CashFlowSchedule
 
settlementDate  FISADate
 
parValue  Double
 
interestRate  Double
 
dayCountBasis  DayCountBasis
 
interestFrequency  Int32
 
eomAdjust  Boolean
 

See Also