Header menu logo FSharp.Finance.Personal

CalculationMethod Type

the calculation method used to determine the APR

Union cases

Union case Description

UnitedKingdom UkPrecision

Full Usage: UnitedKingdom UkPrecision

Parameters:
    UkPrecision : 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)

UkPrecision : int

UnitedStatesRule

Full Usage: UnitedStatesRule

calculates the APR according to the United States rule (not yet implemented)

UsActuarial UsPrecision

Full Usage: UsActuarial UsPrecision

Parameters:
    UsPrecision : 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)

UsPrecision : int

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the calculation method in a readable format

Returns: string

this.IsUnitedKingdom

Full Usage: this.IsUnitedKingdom

Returns: bool
Returns: bool

this.IsUnitedStatesRule

Full Usage: this.IsUnitedStatesRule

Returns: bool
Returns: bool

this.IsUsActuarial

Full Usage: this.IsUsActuarial

Returns: bool
Returns: bool

Type something to start searching.