CashFlow Class

A class to store the interest, principal and date of a single cash flow.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public class CashFlow : IComparable<CashFlow>
Inheritance
Object    CashFlow
Implements
IComparableCashFlow

Constructors

CashFlow Default constructor that creates a CashFlow with an interest value of 0.0, a principal value of 0.0 and a null cash flow date.
CashFlow(Double, Double, FISADate) Default constructor that creates a CashFlow with the provided values.

Properties

Date The cash flow date for this CashFlow.
Interest The interest rate for this CashFlow.
Principal The principal value for this CashFlow.

Methods

CompareTo 
Equals
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

Operators

See Also