Class XirrCalculatorWrapper
Inherited Members
Namespace: LemonEdge.Utils.Calculators.XIRR
Assembly: LemonEdge.Utils.dll
Syntax
public class XirrCalculatorWrapper
Constructors
XirrCalculatorWrapper()
Declaration
public XirrCalculatorWrapper()
Methods
XIRR(List<CashFlowDate>, bool, int, double)
Declaration
public static double XIRR(List<CashFlowDate> cashflows, bool useNewtonRaphson = false, int decimals = 6, double maxRate = 1000000)
Parameters
Type | Name | Description |
---|---|---|
List<CashFlowDate> | cashflows | |
bool | useNewtonRaphson | |
int | decimals | |
double | maxRate |
Returns
Type | Description |
---|---|
double |