-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Thanks for the work, I apreciate it.
I am attempting to use nLedger in a bit unconventional way. I need to incorporate it into a portfolio tracking system for complex derivatives trades.
The entries will actually be in a database instead of a text file. I could certainly export it, but it would make more sense to just work directly with that data.
I also need to run micro ledgers for trade analysis. These would just be a regular ledger but only focus on the entries related to a specific trade.
My question is what classes should I be focusing on as the entry point for doing this. Basically where would I start if I just wanted to use the Double Entry Accounting functionality of the code?
Anything you can share would be very helpful, but don't feel like you need to do my homework. I am just looking for basic guidance.
Thanks