Header menu logo FSharp.Finance.Personal

Rescheduling Module

functions for rescheduling payments after an original schedule failed to amortise

Types

Type Description

RescheduleParameters

the parameters used for setting up additional items for an existing schedule or new items for a new schedule

RolloverParameters

parameters for creating a rolled-over schedule

Functions and values

Function or value Description

reschedule sp rp actualPayments

Full Usage: reschedule sp rp actualPayments

Parameters:
Returns: Schedule * Schedule

take an existing schedule and reschedule the remaining payments e.g. to allow the customer more time to pay

sp : Parameters
rp : RescheduleParameters
actualPayments : Map<int<MeasureProduct<OffsetDay, MeasureOne>>, ActualPayment array>
Returns: Schedule * Schedule

rollOver sp rp actualPayments

Full Usage: rollOver sp rp actualPayments

Parameters:
Returns: Schedule * Schedule

take an existing schedule and settle it, then use the result to create a new schedule to pay it off under different terms

sp : Parameters
rp : RolloverParameters
actualPayments : Map<int<MeasureProduct<OffsetDay, MeasureOne>>, ActualPayment array>
Returns: Schedule * Schedule

Type something to start searching.