credit
- CURIE:
gmeow:postingDirectionCredit - IRI: https://blackcatinformatics.ca/gmeow/postingDirectionCredit
- Category: individual
- Defined by:
gmeow:slices/finance - Box roles: ABox role (What is this?)
A credit posting — an entry on the right side of a ledger account.
Structure
Types: gmeow:PostingDirection
Practical Pattern
Use gmeow:postingDirectionCredit as a controlled value typed as gmeow:PostingDirection.
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:creditRevenue a gmeow:Posting ;
gmeow:postingJournalEntry ex:journal ;
gmeow:postingAccount ex:revenue ;
gmeow:postingDirection gmeow:postingDirectionCredit ;
gmeow:postingAmount ex:amount .