Header menu logo FSharp.Finance.Personal

ScheduleConfig Type

whether a payment plan is generated according to a regular schedule or is an irregular array of payments

Union cases

Union case Description

AutoGenerateSchedule AutoGenerateSchedule

Full Usage: AutoGenerateSchedule AutoGenerateSchedule

Parameters:

a schedule based on a unit-period config with a specific number of payments with an auto-calculated amount, optionally limited to a maximum duration

AutoGenerateSchedule : AutoGenerateSchedule

CustomSchedule CustomSchedule

Full Usage: CustomSchedule CustomSchedule

Parameters:

just a bunch of payments

CustomSchedule : Map<int<MeasureProduct<OffsetDay, MeasureOne>>, ScheduledPayment>

FixedSchedules FixedSchedules

Full Usage: FixedSchedules FixedSchedules

Parameters:

a schedule based on one or more unit-period configs each with a specific number of payments of a specified amount and type

FixedSchedules : FixedSchedule array

Instance members

Instance member Description

this.IsAutoGenerateSchedule

Full Usage: this.IsAutoGenerateSchedule

Returns: bool
Returns: bool

this.IsCustomSchedule

Full Usage: this.IsCustomSchedule

Returns: bool
Returns: bool

this.IsFixedSchedules

Full Usage: this.IsFixedSchedules

Returns: bool
Returns: bool

Type something to start searching.