NDepend.API Documentation
AnnualInterest Structure
Members 
NDepend.TechnicalDebt Namespace : AnnualInterest Structure
Represent the estimated cost-per-year, of an issue-not-fixed, in terms of developer time.
Syntax
[IsReadOnly()]
public struct AnnualInterest : System.ValueType 
Remarks
The raw value of a annual-interest estimation is based on a time-span.
An object of type IDebtFormatter can be used to fomat the annual-interest estimation into man-days, man-months or money.
A Severity level can also be obtained from a AnnualInterest an issue value, through the method IDebtFormatter.IDebtFormatter.ToSeverity. In CQLinq code rule, annual-interest values are obtained by casting explicitly a System.TimeSpan value to an AnnualInterest value, or by naming a TimeSpan column AnnualInterest, in which case TimeSpan values are automatically converted to AnnualInterest values.
Also such annual-interest value obtained in a CQLinq rule context is multiplied by the DebtSettings.DebtSettings.AnnualInterestFactor.
Inheritance Hierarchy

System.Object
   System.ValueType
      NDepend.TechnicalDebt.AnnualInterest

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

AnnualInterest Members
NDepend.TechnicalDebt Namespace