name); } public function getDefaultSubtype(): string { return match ($this) { self::Depository => 'Cash and Cash Equivalents', self::Credit => 'Short-Term Borrowings', self::Loan => 'Long-Term Borrowings', self::Investment => 'Long-Term Investments', self::Other => 'Other Current Assets', }; } }