Search Results for

    Show / Hide Table of Contents

    Class XirrCalculator

    Inheritance
    object
    XirrCalculator
    Implements
    IXirrCalculator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils.Calculators.XIRR
    Assembly: LemonEdge.Utils.dll
    Syntax
    public class XirrCalculator : IXirrCalculator

    Constructors

    XirrCalculator(double, double, List<CashFlowDate>)

    Declaration
    public XirrCalculator(double lowRate, double highRate, List<CashFlowDate> cashFlow)
    Parameters
    Type Name Description
    double lowRate
    double highRate
    List<CashFlowDate> cashFlow

    Properties

    CashFlow

    Declaration
    protected List<CashFlowFractionOfYear> CashFlow { get; set; }
    Property Value
    Type Description
    List<CashFlowFractionOfYear>

    HighRate

    Declaration
    protected double HighRate { get; set; }
    Property Value
    Type Description
    double

    LowRate

    Declaration
    protected double LowRate { get; set; }
    Property Value
    Type Description
    double

    Methods

    Calculate(double, int)

    Declaration
    public double Calculate(double precision, int decimals)
    Parameters
    Type Name Description
    double precision
    int decimals
    Returns
    Type Description
    double

    ToFractionOfYears(List<CashFlowDate>)

    Declaration
    public static List<CashFlowFractionOfYear> ToFractionOfYears(List<CashFlowDate> cashflows)
    Parameters
    Type Name Description
    List<CashFlowDate> cashflows
    Returns
    Type Description
    List<CashFlowFractionOfYear>

    Implements

    IXirrCalculator

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.