Options
All
  • Public
  • Public/Protected
  • All
Menu

A flow of money out.

The fromStream parameter must be specified; it is the other end of the flow, where the money to pay the expense comes from (an IncomeStream).

Key fields:

Hierarchy

  • CashFlow<"expense">
    • Expense

Implements

Index

Constructors

constructor

Properties

Private Optional #temporal

#temporal?: Temporal<ItemImpl<"expense">> = undefined

Readonly categories

categories: Category[]

Optional Readonly end

end?: boolean

fromStream

fromStream: string

Readonly id

id: `expense/${string}`

Readonly name

name: string

Optional notes

notes?: string

paymentPeriod

paymentPeriod: CalendarUnit

Payment frequency

prettyName

prettyName: string

Readonly scenario

scenario: IFScenario

Readonly scenarios

scenarios: string[]

sort

sort: number

Sort order

Readonly start

start: Date

Readonly type

type: "expense"

Readonly value

value: Money

Accessors

temporal

Methods

hasCategory

  • hasCategory(category: Category): boolean
  • Determine if an item is in a specified category.

    Parameters

    Returns boolean

inScenario

  • inScenario(scenario: string): boolean
  • Determine if an item is in a specified scenario.

    Parameters

    • scenario: string

    Returns boolean

stepper

Static inScenario

  • inScenario(scenario: string, scenarios: string[] | IItem<"asset" | "liability" | "income" | "expense" | "incomeStream" | "incomeTax" | "person" | "text" | "scenario">): boolean
  • Parameters

    • scenario: string
    • scenarios: string[] | IItem<"asset" | "liability" | "income" | "expense" | "incomeStream" | "incomeTax" | "person" | "text" | "scenario">

    Returns boolean

Generated using TypeDoc