Consider equity settlement option and handle legacy entries without links #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two related items to investigate regarding settlement flows and data cleanup.
1. Equity Settlement Option
Currently when Castle owes a user (liability), settlement options are:
Question: Does it make sense to add an option to settle liabilities to equity instead of paying out?
For example, if Castle owes a member 50 EUR, they could choose to convert that to equity in the project rather than receiving payment. This would:
Liabilities:Payable:User-{id}Equity:MemberEquity:User-{id}This could be useful for co-living/collective scenarios where members want to reinvest their balance into the project.
2. Legacy Entries Without Links
There are existing entries in the ledger that have postings to
Liabilities:Payableaccounts but were created before we implemented the^exp-{id}and^rcv-{id}link system.These entries:
get_unsettled_entries_bqlquery (which filters by link pattern)Questions:
Next Steps