ledger account currency
- CURIE:
gmeow:ledgerAccountCurrency - IRI: https://blackcatinformatics.ca/gmeow/ledgerAccountCurrency
- Category: property
- Defined by:
gmeow:slices/finance - Box roles: RBox role (What is this?)
The currency(ies) in which the ledger account tracks balances. Non-functional: a single logical ledger account may track several currency buckets (multi-currency bookkeeping). The functional constraint moves to individual Posting relators.
Structure
Property shape: object property; gmeow:LedgerAccount -> gmeow:ReferenceFrame
Practical Pattern
Use gmeow:ledgerAccountCurrency from gmeow:LedgerAccount to gmeow:ReferenceFrame when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Double Entry
- Source:
slices/extensions/finance/examples/double-entry.ttl - Examples catalog: open in catalog#example-slices-extensions-finance-examples-double-entry
ex:accountsReceivable a gmeow:LedgerAccount ;
gmeow:ledgerAccountType gmeow:ledgerAccountTypeAsset ;
gmeow:ledgerAccountHolder ex:acme ;
gmeow:ledgerAccountCurrency gmeow:referenceFrameCAD .
ex:revenue a gmeow:LedgerAccount ;
gmeow:ledgerAccountType gmeow:ledgerAccountTypeRevenue ;
gmeow:ledgerAccountHolder ex:acme ;
gmeow:ledgerAccountCurrency gmeow:referenceFrameCAD .