Header menu logo FSharp.Finance.Personal

FeeType Type

the type and amount of any fee, such as facilitation fee or CSO/CAB fee, taking into account any constraints

Union cases

Union case Description

CabOrCsoFee CabOrCsoFee

Full Usage: CabOrCsoFee CabOrCsoFee

Parameters:

a fee charged by a Credit Access Business (CAB) or Credit Services Organisation (CSO) assisting access to third-party financial products

CabOrCsoFee : Amount

CustomFee(FeeType, FeeAmount)

Full Usage: CustomFee(FeeType, FeeAmount)

Parameters:
    FeeType : string
    FeeAmount : Amount

any other type of product fee

FeeType : string
FeeAmount : Amount

FacilitationFee FacilitationFee

Full Usage: FacilitationFee FacilitationFee

Parameters:

a fee enabling the provision of a financial product

FacilitationFee : Amount

MortageFee MortageFee

Full Usage: MortageFee MortageFee

Parameters:

a fee charged by a bank or building society for arranging a mortgage

MortageFee : Amount

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the fee type in a readable format

Returns: string

this.IsCabOrCsoFee

Full Usage: this.IsCabOrCsoFee

Returns: bool
Returns: bool

this.IsCustomFee

Full Usage: this.IsCustomFee

Returns: bool
Returns: bool

this.IsFacilitationFee

Full Usage: this.IsFacilitationFee

Returns: bool
Returns: bool

this.IsMortageFee

Full Usage: this.IsMortageFee

Returns: bool
Returns: bool

Type something to start searching.