CashFlow(Double, Double, FISADate) Constructor

Default constructor that creates a CashFlow with the provided values.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public CashFlow(
	double _interest,
	double _principal,
	FISADate _date
)

Parameters

_interest  Double
The interest rate for this CashFlow.
_principal  Double
The principal value for this CashFlow.
_date  FISADate
The cash flow date for this CashFlow.

See Also