Options
All
  • Public
  • Public/Protected
  • All
Menu

A loan. Repayment will appear as an IExpense.

Hierarchy

Implemented by

Index

Properties

categories

categories: Category[]

Optional Readonly end

end: boolean

Optional Readonly expense

expense: string

id

id: string

Readonly name

name: string

Optional notes

notes: string

Optional Readonly payment

payment: Money

Readonly paymentPeriod

paymentPeriod: CalendarUnit

Payment frequency

Optional prettyName

prettyName: string

Readonly rate

rate: Rate

Interest rate, per payment period. Will need to canonicalize compounding periods (APR vs simple, etc.) Non interest-bearing assets, or loans use a value of 1.0,;

Readonly rateType

rateType: string

Type of interest rate calculation, or the name of a time series calculator.

scenarios

scenarios: string[]

sort

sort: number

Readonly start

start: Date

Optional temporal

temporal: Temporal<TemporalItem<"liability">>

Readonly type

type: "liability"

Readonly value

value: Money

Generated using TypeDoc