Gets the calculated APR value.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public double APR { get; }
Visual Basic (Declaration)
Public ReadOnly Property APR As Double
Visual C++
public:
property double APR {
	double get ();
}

Remarks

Formula ((v / b) ^ (365 / d) - 1) * 100% v = current value b = cost basis d = days held

See Also