Header menu logo FSharp.Finance.Personal

LevelPaymentOption Type

when calculating the level payments, whether the final payment should be lower or higher than the level payment

Union cases

Union case Description

HigherFinalPayment

Full Usage: HigherFinalPayment

the final payment must be higher than the level payment

LowerFinalPayment

Full Usage: LowerFinalPayment

the final payment must be lower than the level payment

SimilarFinalPayment

Full Usage: SimilarFinalPayment

the final payment must be around the same as the level payment but can be higher or lower

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the level-payment option in a readable format

Returns: string

this.IsHigherFinalPayment

Full Usage: this.IsHigherFinalPayment

Returns: bool
Returns: bool

this.IsLowerFinalPayment

Full Usage: this.IsLowerFinalPayment

Returns: bool
Returns: bool

this.IsSimilarFinalPayment

Full Usage: this.IsSimilarFinalPayment

Returns: bool
Returns: bool

Type something to start searching.