Header menu logo FSharp.Finance.Personal

Amount Type

an amount specified either as a simple amount or as a percentage of another amount, optionally restricted to lower and/or upper limits

Union cases

Union case Description

Percentage(Percentage, Restriction)

Full Usage: Percentage(Percentage, Restriction)

Parameters:

a percentage of the principal, optionally restricted

Percentage : Percent
Restriction : Restriction

Simple Simple

Full Usage: Simple Simple

Parameters:

a fixed fee

Simple : int64<MeasureProduct<Cent, MeasureOne>>

Unlimited

Full Usage: Unlimited

nothing

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the amount in a readable format

Returns: string

this.IsPercentage

Full Usage: this.IsPercentage

Returns: bool
Returns: bool

this.IsSimple

Full Usage: this.IsSimple

Returns: bool
Returns: bool

this.IsUnlimited

Full Usage: this.IsUnlimited

Returns: bool
Returns: bool

Type something to start searching.