CalculationMethod Type
the calculation method used to determine the APR
Union cases
Union case |
Description
|
Full Usage:
UnitedKingdom UkPrecision
Parameters:
int
|
calculates the APR according to UK FCA rules to the stated decimal precision (note that this is two places more than the percent precision)
|
Full Usage:
UnitedStatesRule
|
calculates the APR according to the United States rule (not yet implemented) |
Full Usage:
UsActuarial UsPrecision
Parameters:
int
|
calculates the APR according to the US CFPB actuarial method to the stated decimal precision (note that this is two places more than the percent precision)
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the calculation method in a readable format
|
Full Usage:
this.IsUnitedKingdom
Returns: bool
|
|
Full Usage:
this.IsUnitedStatesRule
Returns: bool
|
|
Full Usage:
this.IsUsActuarial
Returns: bool
|
|