Options
All
  • Public
  • Public/Protected
  • All
Menu

An asset is something with monetary value.

Hierarchy

Implemented by

Index

Properties

categories

categories: Category[]

Optional Readonly end

end?: boolean

id

id: `asset/${string}`

Readonly name

name: string

Optional notes

notes?: string

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

Readonly type

type: "asset"

Readonly value

value: Money

Generated using TypeDoc