Header menu logo FSharp.Finance.Personal

SimpleItem Type

a scheduled payment item, with running calculations of interest and principal balance

Record fields

Record Field Description

Day

Full Usage: Day

Field type: int<MeasureProduct<OffsetDay, MeasureOne>>

the day expressed as an offset from the start date

Field type: int<MeasureProduct<OffsetDay, MeasureOne>>

InterestBalance

Full Usage: InterestBalance

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the interest balance carried forward

Field type: int64<MeasureProduct<Cent, MeasureOne>>

InterestPortion

Full Usage: InterestPortion

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the interest portion paid off by the payment

Field type: int64<MeasureProduct<Cent, MeasureOne>>

PrincipalBalance

Full Usage: PrincipalBalance

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the principal balance carried forward

Field type: int64<MeasureProduct<Cent, MeasureOne>>

PrincipalPortion

Full Usage: PrincipalPortion

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the principal portion paid off by the payment

Field type: int64<MeasureProduct<Cent, MeasureOne>>

ScheduledPayment

Full Usage: ScheduledPayment

Field type: ScheduledPayment

the scheduled payment

Field type: ScheduledPayment

SimpleInterest

Full Usage: SimpleInterest

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the simple interest accrued since the previous payment

Field type: int64<MeasureProduct<Cent, MeasureOne>>

TotalInterest

Full Usage: TotalInterest

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the total interest payable from the start date to the current date

Field type: int64<MeasureProduct<Cent, MeasureOne>>

TotalPrincipal

Full Usage: TotalPrincipal

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the total principal payable from the start date to the current date

Field type: int64<MeasureProduct<Cent, MeasureOne>>

TotalSimpleInterest

Full Usage: TotalSimpleInterest

Field type: int64<MeasureProduct<Cent, MeasureOne>>

the total simple interest accrued from the start date to the current date

Field type: int64<MeasureProduct<Cent, MeasureOne>>

Type something to start searching.