On Aug 13, 2010, at 10:18 PM, Bill wrote: > If possible, I would like to represent this in ledger via an automated > transaction, but this would mean that the pattern would have to match > two transactions, and know the dates involved. My ledger-fu isn't > that great to begin with, and I didn't see a way to do it from the > documentation. Does anyone know if this is possible?
Ledger has no capacity for generated transactions like this. You can, however, at least use math: def rate = 8.5 2010-08-14 Example Liabilities:Student Loan ($8000.00 * ((rate/365) * 30))) Assets:Wherever You could repeat entries like this for each month that you carry the loan. Note that this syntax is for 3.0. John
