Trust Accounting
Trust accounting is the practice of holding money that belongs to someone else in a separate account, and being able to prove at any moment whose money is whose.
In short-term rental and vacation rental management, the money a guest pays is not yours until the stay happens and your commission is earned. Until then you are holding funds on behalf of the property owner. Trust accounting keeps those funds apart from your operating cash and tracks the balance owed to each owner individually.
Why it matters
In many US states, property managers handling client funds are legally required to maintain trust accounts and reconcile them, often as a condition of a real estate or property management licence. The rules vary by state, and the penalties for getting it wrong are licensing penalties rather than just accounting ones.
Even where it is not required, it prevents the failure mode where a manager spends money that is owed to owners, then cannot pay them when the bookings are cancelled.
What it means in your software
Software that claims to support trust accounting should be able to:
- Keep owner funds separate from operating funds in its ledger
- Show the balance owed to each owner at any date
- Produce owner statements that reconcile to the trust balance
- Handle cases where one booking splits across parties, such as co-host arrangements
What to watch
The hard part is never the common case. It is your most awkward owner agreement: split commission rates, pass-through taxes, deductions for maintenance, or a booking shared between two parties.
Before trusting a module with this, run your three most complicated owner agreements through it and check that the statements come out right without manual correction afterwards.