Options
All
  • Public
  • Public/Protected
  • All
Menu

A liability (generally, a loan or mortgage). If not interest-free, rate should be supplied with 1 + the simple annual interest rate.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private Optional #temporal

#temporal: Temporal<Liability> = ...

Readonly categories

categories: Category[]

Optional Readonly end

end: boolean

Optional expense

expense: string

Readonly id

id: string

Readonly name

name: string

Optional notes

notes: string

Optional payment

payment: Money

paymentPeriod

paymentPeriod: CalendarUnit

Payment frequency

prettyName

prettyName: string

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,;

rateType

rateType: string

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

Readonly scenario

scenario: IFScenario

Readonly scenarios

scenarios: string[]

sort

sort: number

Sort order

Readonly start

start: Date

Readonly type

type: "liability"

Readonly value

value: Money

Accessors

temporal

Methods

hasCategory

  • hasCategory(category: Category): boolean

inScenario

  • inScenario(scenario: string): boolean

states

Generated using TypeDoc