Skip to main content

Expense Terminology

Summary

Source-backed definitions for the current Expense bounded context.

Audience

All Expense documentation readers.

Reference Content

TermMeaning
Expense claimAggregate representing an employee reimbursement request
ClaimantOwned identity value containing user/labor references
CategoryOwned validated claim category value
MoneyOwned amount and currency value
PendingInitial decision-eligible status
ApprovedAccepted status eligible for Payroll projection
RejectedDeclined terminal outcome
PaidRecorded reimbursement outcome; not payment execution
Compatibility identifierNumeric identity preserving legacy route expectations
Receipt referenceExpense-owned metadata pointing to Document-owned content
Workflow-managed claimClaim whose decision must arrive through Workflow
Audit logMutation evidence with logical entity identity
TimelineLifecycle activity evidence
OutboxDurable publication intent
Processed eventConsumer-side idempotency evidence; Expense inbound use is not implemented
BackfillTransition tooling that copies validated legacy claims into Expense persistence
ParityComparison evidence between compatibility/native behavior

Requires confirmation

Business glossary ownership, translated terms, reimbursement policy terminology, and Finance naming conventions require confirmation.

Source References

  • microservices/src/expense-service/Domain/Expense/ExpenseClaim.cs
  • microservices/src/expense-service/Domain/Common/ValueObjects.cs
  • microservices/src/expense-service/Infrastructure/ExpenseDbContext.cs

See Also

Keywords

  • Expense reference
  • Terminology

Revision Information

  • Status: Draft
  • Last reviewed: 2026-07-16
  • Review cycle: Quarterly