September 14th, 2011, 1:13 pm
Try a compound Poisson -- the chance of a deposit/withdrawal is determined by a Poisson process. Suppose D(t) is the amount on deposit. Once the Poisson counter is triggered,draw positive increments from some distribution on (0,infinity) and negative increments -f D(t-), f a random fraction with support in (0,1]. In other words, the increment in D(t) at time t is drawn from some distribution Q on [-D(t-),infinity]. Your database will tell what Q was historically. Likely a Dirac mass at f = 1 (100% withdrawal), plus a smooth looking density otherwise.
Last edited by
Alan on September 13th, 2011, 10:00 pm, edited 1 time in total.