CORPORATION: Account for CapEx and Cap Gains differently (#977)

This commit is contained in:
Jesse Clark
2023-12-16 01:56:57 -08:00
committed by GitHub
parent a6436ca4b3
commit 417671ecb8
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,6 @@
// This includes capital expenditures (which may be recoupable), time-limited actions, and transfers to/from other game mechanics.
const FundsSourceLongTerm = [
"product development",
"division",
"office",
"warehouse",
"upgrades",
@@ -16,6 +15,7 @@ const FundsSourceLongTerm = [
// Funds transactions which should be included in earnings projections for valuation.
// This includes all automatic or indefinetly-repeatable income and operating expenses.
type FundsSourceShortTerm =
| "division"
| "operating expenses"
| "operating revenue"
| "dividends"