I have a student loan where the interest is computed on the balance for the period in between payments. For example:
1. My balance is $8000 on the 1st. 2. I make a $1000 payment on the 30th. 3. My account is then charged 8000*(x/365*30), where x is my annual interest rate. 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? Thanks, Bill
