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 Amount

Full Usage: CabOrCsoFee Amount

Parameters:

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

Item : Amount

CustomFee(string, Amount)

Full Usage: CustomFee(string, Amount)

Parameters:
    Item1 : string
    Item2 : Amount

any other type of product fee

Item1 : string
Item2 : Amount

FacilitationFee Amount

Full Usage: FacilitationFee Amount

Parameters:

a fee enabling the provision of a financial product

Item : Amount

MortageFee Amount

Full Usage: MortageFee Amount

Parameters:

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

Item : 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.